mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-18 08:09:59 +02:00
Update Dockerfile
I fancy-clicked @bertsky's change suggestion, which duplicated some labels. Now fancy-clicking the fix, fingers crossed...
This commit is contained in:
parent
6ecf49a355
commit
6b82293670
1 changed files with 0 additions and 4 deletions
|
@ -2,15 +2,11 @@ ARG DOCKER_BASE_IMAGE
|
||||||
FROM $DOCKER_BASE_IMAGE
|
FROM $DOCKER_BASE_IMAGE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
LABEL \
|
|
||||||
LABEL \
|
LABEL \
|
||||||
maintainer="https://github.com/qurator-spk/dinglehopper/issues" \
|
maintainer="https://github.com/qurator-spk/dinglehopper/issues" \
|
||||||
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
|
||||||
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
|
|
||||||
|
|
||||||
WORKDIR /build/dinglehopper
|
WORKDIR /build/dinglehopper
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue