We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213f69f commit f9831d5Copy full SHA for f9831d5
Dockerfile
@@ -8,6 +8,11 @@ ARG shortCommit="NOT_SET"
8
ARG commitAuthor="NOT_SET"
9
ARG context
10
11
+LABEL net.beedemo.workshop.build.number=$buildNumber
12
+LABEL net.beedemo.workshop.commit=$shortCommit
13
+LABEL net.beedemo.workshop.commit.author=$commitAuthor
14
+LABEL net.beedemo.workshop.app.name=$context
15
+
16
ENV BUILD_NUMBER $buildNumber
17
ENV SHORT_COMMIT $shortCommit
18
ENV COMMIT_AUTHOR $commitAuthor
0 commit comments