From ba1b490f51297805a473aa37ec95019af35012e5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 20 Dec 2020 22:47:42 +0100 Subject: [PATCH] switch to org.opencontainers container labels --- Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4aa2cf7..7f00361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,12 @@ FROM node:10-alpine # due to https://github.com/http-party/http-server/issues/537 -LABEL maintainer="Robert Kaussow " \ - 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 " +LABEL org.opencontainers.image.authors="Robert Kaussow " +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