switch to org.opencontainers container labels
This commit is contained in:
parent
b592a13985
commit
ba1b490f51
11
Dockerfile
11
Dockerfile
@ -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="lhci" \
|
||||
org.label-schema.vcs-url="https://gitea.rknet.org/docker/lhci" \
|
||||
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="lhci"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/lhci"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/lhci"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/lhci"
|
||||
|
||||
ARG BUILD_VERSION
|
||||
ARG YQ_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user