switch to org.opencontainers container labels
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0d0f8ded5c
commit
7117ee2028
11
Dockerfile
11
Dockerfile
@ -1,10 +1,11 @@
|
|||||||
FROM thegeeklab/alpine
|
FROM thegeeklab/alpine
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="vNu" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vcs-url="https://gitea.rknet.org/docker/vnu" \
|
LABEL org.opencontainers.image.title="vNu"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/vnu"
|
||||||
org.label-schema.schema-version="1.0"
|
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/vnu"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/vnu"
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
# renovate: datasource=github-releases depName=validator/validator
|
# renovate: datasource=github-releases depName=validator/validator
|
||||||
|
Reference in New Issue
Block a user