From fa0fa370d6e4714ec8fbceed7a0367d990de5132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Fri, 7 Jan 2022 21:12:51 +0100 Subject: [PATCH] Added LABELS to proxy's Dockerfile. (#6323) --- proxy/Dockerfile | 5 +++++ proxy/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/proxy/Dockerfile b/proxy/Dockerfile index 93448e0b4..e2b5fee62 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,5 +1,10 @@ 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 COPY caddy_base.json /caddy_base.json diff --git a/proxy/README.md b/proxy/README.md index fcb6d1c69..4a3e28762 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -1,4 +1,4 @@ -# OpenSlides proxy +# OpenSlides Proxy 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