switch to org.opencontainers container labels
This commit is contained in:
parent
6e6676771c
commit
d888290d57
11
Dockerfile
11
Dockerfile
@ -1,10 +1,11 @@
|
|||||||
FROM thegeeklab/nginx:latest
|
FROM thegeeklab/nginx:latest
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="Kanboard" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vcs-url="https://gitea.rknet.org/docker/kanboard" \
|
LABEL org.opencontainers.image.title="Kanboard"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/kanboard"
|
||||||
org.label-schema.schema-version="1.0"
|
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/kanboard"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/kanboard"
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
# renovate: datasource=github-releases depName=kanboard/kanboard
|
# renovate: datasource=github-releases depName=kanboard/kanboard
|
||||||
|
Reference in New Issue
Block a user