From c05f040313af295739a6b470013f3dfcbdb5ee2f Mon Sep 17 00:00:00 2001 From: Brain Date: Tue, 7 Nov 2023 14:36:41 +0100 Subject: [PATCH] Add labels to Docker images --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index f61395d..c5ebeaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,9 @@ WORKDIR /app COPY . . +LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-backend.git +LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-backend +LABEL org.opencontainers.image.documentation=https://git.wtf-eg.de/kompetenzinventar/ki-backend#docker +LABEL org.opencontainers.image.vendor="WTF Kooperative eG" + CMD ["python3", "run_prod.py"]