Added LABELS to proxy's Dockerfile. (#6323)

This commit is contained in:
Norman Jäckel 2022-01-07 21:12:51 +01:00 committed by GitHub
parent b8e01143ba
commit fa0fa370d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
FROM caddy:2.3.0-alpine FROM caddy:2.3.0-alpine
LABEL org.opencontainers.image.title="OpenSlides Proxy"
LABEL org.opencontainers.image.description="The proxy is the entrypoint for traffic going into an OpenSlides instance."
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/OpenSlides/OpenSlides/tree/master/proxy"
RUN apk update && apk add --no-cache jq gettext RUN apk update && apk add --no-cache jq gettext
COPY caddy_base.json /caddy_base.json COPY caddy_base.json /caddy_base.json

View File

@ -1,4 +1,4 @@
# OpenSlides proxy # OpenSlides Proxy
The proxy is the entrypoint for traffic going into an OpenSlides instance and The proxy is the entrypoint for traffic going into an OpenSlides instance and
hides all the services needed for production behind a single port. On the hides all the services needed for production behind a single port. On the