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

Commit 5355267

Browse files
using build-args
1 parent 16a352d commit 5355267

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ RUN addgroup -g ${SERVICE_GID} ${SERVICE_GROUP} && \
1313
ln -s /usr/lib/jvm/java-1.8-openjdk/lib/amd64/jli/libjli.so /lib/libjli.so && \
1414
setcap 'cap_net_bind_service=+ep' $(readlink -f $(which java))
1515

16-
COPY java.sh /usr/local/bin/java.sh
16+
COPY java.sh /usr/local/bin/java.sh
17+
18+
ARG BUILD_DATE
19+
ARG BUILD_VERSION
20+
ARG COMMIT

0 commit comments

Comments
 (0)