Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 7196bcc

Browse files
author
Bernhard Grünewaldt
committed
base64 fix alpine syntax
1 parent c2fd29f commit 7196bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ echo "application-port-ssl=8443" >> /nexus/nexus-latest/etc/nexus-default.proper
2121
#
2222
# SSL (see doc: https://support.sonatype.com/hc/en-us/articles/217542177-Using-Self-Signed-Certificates-with-Nexus-Repository-Manager-and-Docker-Daemon)
2323
#
24-
echo $NEXUS_KEYSTORE_JKS_BASE64 | base64 --decode > /nexus/nexus-latest/etc/ssl/keystore.jks
25-
keytool -list -rfc -keystore keystore.jks -storepass password
24+
echo $NEXUS_KEYSTORE_JKS_BASE64 | base64 -d > /nexus/nexus-latest/etc/ssl/keystore.jks
2625

2726
echo "DOCKER ENTRYPOINT >> ================================="
2827
echo "DOCKER ENTRYPOINT >> "

0 commit comments

Comments
 (0)