We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e27e95 commit 5758b40Copy full SHA for 5758b40
images/openssl/openssl-1_1_1X.sh
@@ -2,7 +2,7 @@
2
cd "$(dirname "$0")" || exit 1
3
source ../helper-functions.sh
4
5
-array=(a b c d e f g h i m -pre1 -pre2 -pre3 -pre4 -pre5 -pre6 -pre7 -pre8 -pre9)
+array=(a b c d e f g h i m s -pre1 -pre2 -pre3 -pre4 -pre5 -pre6 -pre7 -pre8 -pre9)
6
typeset -i i=0 max=${#array[*]}
7
_docker build --build-arg VERSION= -t ${DOCKER_REPOSITORY}openssl-server:1.1.1 -f Dockerfile-1_1_1x --target openssl-server .
8
_docker build --build-arg VERSION= -t ${DOCKER_REPOSITORY}openssl-client:1.1.1 -f Dockerfile-1_1_1x --target openssl-client .
0 commit comments