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
0c22e6eb72
commit
0703969b5a
11
Dockerfile
11
Dockerfile
@ -1,11 +1,12 @@
|
|||||||
FROM node:10-alpine
|
FROM node:10-alpine
|
||||||
# due to https://github.com/http-party/http-server/issues/537
|
# due to https://github.com/http-party/http-server/issues/537
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="link-validator" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vcs-url="https://gitea.rknet.org/docker/link-validator" \
|
LABEL org.opencontainers.image.title="link-validator"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/link-validator"
|
||||||
org.label-schema.schema-version="1.0"
|
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
|
ARG BUILD_VERSION
|
||||||
# renovate: datasource=npm depName=broken-link-checker
|
# renovate: datasource=npm depName=broken-link-checker
|
||||||
|
Reference in New Issue
Block a user