Skip to content

Commit 6ecf49a

Browse files
mikegerberbertsky
andauthored
Update Dockerfile
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
1 parent 9c7c104 commit 6ecf49a

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
@@ -3,7 +3,11 @@ FROM $DOCKER_BASE_IMAGE
33
ARG VCS_REF
44
ARG BUILD_DATE
55
LABEL \
6-
maintainer="https://ocr-d.de/kontakt" \
6+
LABEL \
7+
maintainer="https://github.com/qurator-spk/dinglehopper/issues" \
8+
org.label-schema.vcs-ref=$VCS_REF \
9+
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
10+
org.label-schema.build-date=$BUILD_DATE
711
org.label-schema.vcs-ref=$VCS_REF \
812
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
913
org.label-schema.build-date=$BUILD_DATE

0 commit comments

Comments
 (0)