We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbca655 commit 80ac0fcCopy full SHA for 80ac0fc
Dockerfile
@@ -4,8 +4,10 @@ LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-neo-c
4
LABEL org.opencontainers.image.description="An image for the SAP neo cli"
5
LABEL org.opencontainers.image.licenses=Apache-2.0
6
7
+ARG NEO_SDK_VERSION=1.163.6
8
+
9
RUN apk add --no-cache bash && \
- mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:1.154.5.2:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
10
+ mvn --batch-mode com.sap.cloud:neo-javaee7-wp-maven-plugin:${NEO_SDK_VERSION}:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
11
chmod -R 777 sdk && \
12
ln -s /sdk/tools/neo.sh /usr/bin/neo.sh && \
13
rm -rf /var/lib/apt/lists/*
0 commit comments