diff --git a/Dockerfile b/Dockerfile index 8495d0a..1a0b4a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ FROM alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="nginx" \ - org.label-schema.vcs-url="https://gitea.rknet.org/docker/nginx" \ - 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="nginx" +LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/nginx" +LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/nginx" +LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/nginx" ARG GOMPLATE_VERSION ARG SUPERCRONIC_VERSION