1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

Update Dockerfile

Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
This commit is contained in:
Mike Gerber 2024-10-07 17:39:42 +02:00 committed by GitHub
parent 9c7c104dce
commit 6ecf49a355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,11 @@ FROM $DOCKER_BASE_IMAGE
ARG VCS_REF ARG VCS_REF
ARG BUILD_DATE ARG BUILD_DATE
LABEL \ LABEL \
maintainer="https://ocr-d.de/kontakt" \ LABEL \
maintainer="https://github.com/qurator-spk/dinglehopper/issues" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
org.label-schema.build-date=$BUILD_DATE
org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \ org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
org.label-schema.build-date=$BUILD_DATE org.label-schema.build-date=$BUILD_DATE