Skip to content
Snippets Groups Projects
Commit c43884bd authored by Marc Guillemot's avatar Marc Guillemot
Browse files

XPLANBOX-2549 add missing docker labels

parent 848cbbe3
No related branches found
No related tags found
No related merge requests found
FROM httpd:2.4.58-alpine
ARG BUILD_DATE=?
ARG DOCKER_IMAGE_NAME=?
ARG GIT_REVISION=?
ARG WEB_CONTEXT=ROOT
ARG XPLANBOX_VERSION=latest
# see https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
LABEL "org.opencontainers.image.created"="$BUILD_DATE" \
"org.opencontainers.image.description"="ozgxplanung xPlanBox component" \
"org.opencontainers.image.licenses"="GNU Affero General Public License & others" \
"org.opencontainers.image.ref.name"="$DOCKER_IMAGE_NAME" \
"org.opencontainers.image.revision"="$GIT_REVISION" \
"org.opencontainers.image.title"="ozgxplanung - $DOCKER_IMAGE_NAME" \
"org.opencontainers.image.url"="https://gitlab.opencode.de/diplanung/ozgxplanung" \
"org.opencontainers.image.vendor"="lat/lon GmbH" \
"org.opencontainers.image.version"="$XPLANBOX_VERSION"
ENV TZ=Europe/Berlin
COPY target/xplan-root-*-default /usr/local/apache2/htdocs/
\ No newline at end of file
COPY target/xplan-root-*-default /usr/local/apache2/htdocs/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.