Skip to content

Commit f9831d5

Browse files
author
Kurt Madel
authored
Update Dockerfile
Added labels
1 parent 213f69f commit f9831d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ ARG shortCommit="NOT_SET"
88
ARG commitAuthor="NOT_SET"
99
ARG context
1010

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+
1116
ENV BUILD_NUMBER $buildNumber
1217
ENV SHORT_COMMIT $shortCommit
1318
ENV COMMIT_AUTHOR $commitAuthor

0 commit comments

Comments
 (0)