Merge pull request 'Add labels to Docker images' (!83) from docker-labels into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #83
This commit is contained in:
jaschop 2023-11-16 11:18:44 +01:00
commit a7c8774cc4
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ FROM nginx as ki-frontend
COPY --from=builder /dist/ /usr/share/nginx/html/
COPY etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend
LABEL org.opencontainers.image.documentation=https://git.wtf-eg.de/kompetenzinventar/ki-frontend#docker
LABEL org.opencontainers.image.vendor="WTF Kooperative eG"