Add OpenContainers labels to Dockerfile
This commit is contained in:
parent
80c073432f
commit
ba2200866d
|
|
@ -1,5 +1,13 @@
|
||||||
FROM alpine:3.16
|
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/data
|
||||||
VOLUME /var/www/app/plugins
|
VOLUME /var/www/app/plugins
|
||||||
VOLUME /etc/nginx/ssl
|
VOLUME /etc/nginx/ssl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue