From ba2200866dc02815eee767fa5d88074ef660108a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 12 Nov 2022 14:58:04 -0800 Subject: [PATCH] Add OpenContainers labels to Dockerfile --- Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Dockerfile b/Dockerfile index 52862f9d8..41cab068f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,13 @@ FROM alpine:3.16 +LABEL org.opencontainers.image.source https://github.com/kanboard/kanboard +LABEL org.opencontainers.image.title=Kanboard +LABEL org.opencontainers.image.description="Kanboard is project management software that focuses on the Kanban methodology" +LABEL org.opencontainers.image.vendor=Kanboard +LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.url=https://kanboard.org +LABEL org.opencontainers.image.documentation=https://docs.kanboard.org + VOLUME /var/www/app/data VOLUME /var/www/app/plugins VOLUME /etc/nginx/ssl