Skip to content

Commit bcefba9

Browse files
ApolloLVmmaehren
authored andcommitted
Improving log output for openssl 1.1.1
1 parent f903daa commit bcefba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/openssl/openssl-1_1_1X.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _docker build --build-arg VERSION= -t ${DOCKER_REPOSITORY}openssl-server:1.1.1 -
88
_docker build --build-arg VERSION= -t ${DOCKER_REPOSITORY}openssl-client:1.1.1 -f Dockerfile-1_1_1x --target openssl-client .
99
while (( i < max ))
1010
do
11-
echo "Feld $i: Openssl 1.1.1${array[$i]}"
11+
echo "Building Openssl 1.1.1${array[$i]}"
1212
_docker build --build-arg VERSION=${array[$i]} -t ${DOCKER_REPOSITORY}openssl-server:1.1.1${array[$i]} -f Dockerfile-1_1_1x --target openssl-server .
1313
_docker build --build-arg VERSION=${array[$i]} -t ${DOCKER_REPOSITORY}openssl-client:1.1.1${array[$i]} -f Dockerfile-1_1_1x --target openssl-client .
1414
i=i+1

0 commit comments

Comments
 (0)