switch to org.opencontainers container labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-20 22:47:45 +01:00
parent 0c22e6eb72
commit 0703969b5a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,12 @@
FROM node:10-alpine
# due to https://github.com/http-party/http-server/issues/537
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="link-validator" \
org.label-schema.vcs-url="https://gitea.rknet.org/docker/link-validator" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="link-validator"
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/link-validator"
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/link-validator"
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/link-validator"
ARG BUILD_VERSION
# renovate: datasource=npm depName=broken-link-checker