add image annotations
This commit is contained in:
parent
35caf14405
commit
f298d84aea
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ RUN echo "UTC" > /etc/timezone
|
|||
ARG CANAL stable
|
||||
ENV CNL_DOTCLEAR=$CANAL
|
||||
|
||||
# Image label
|
||||
LABEL org.opencontainers.image.source=https://github.com/JcDenis/docker-dotclear
|
||||
LABEL org.opencontainers.image.description="Dotclear docker image $CNL_DOTCLEAR"
|
||||
LABEL org.opencontainers.image.licenses=AGPL-3.0
|
||||
|
||||
##
|
||||
# Nginx
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue