diff --git a/docker/Dockerfile.amd64 b/docker/Dockerfile.amd64 index 1a7e122..f6d33f5 100644 --- a/docker/Dockerfile.amd64 +++ b/docker/Dockerfile.amd64 @@ -1,10 +1,11 @@ FROM amd64/alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="wait-for" \ - org.label-schema.vcs-url="https://github.com/thegeeklab/wait-for" \ - 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="wait-for" +LABEL org.opencontainers.image.url="https://github.com/thegeeklab/wait-for" +LABEL org.opencontainers.image.source="https://github.com/thegeeklab/wait-for" +LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/wait-for" ADD wait-for /usr/local/bin/wait-for diff --git a/docker/Dockerfile.arm b/docker/Dockerfile.arm index 3604c26..ef94a22 100644 --- a/docker/Dockerfile.arm +++ b/docker/Dockerfile.arm @@ -1,10 +1,11 @@ FROM arm32v7/alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="wait-for" \ - org.label-schema.vcs-url="https://github.com/thegeeklab/wait-for" \ - 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="wait-for" +LABEL org.opencontainers.image.url="https://github.com/thegeeklab/wait-for" +LABEL org.opencontainers.image.source="https://github.com/thegeeklab/wait-for" +LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/wait-for" ADD wait-for /usr/local/bin/wait-for diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 96d2c90..06b6022 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,10 +1,11 @@ FROM arm32v8/alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="wait-for" \ - org.label-schema.vcs-url="https://github.com/thegeeklab/wait-for" \ - 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="wait-for" +LABEL org.opencontainers.image.url="https://github.com/thegeeklab/wait-for" +LABEL org.opencontainers.image.source="https://github.com/thegeeklab/wait-for" +LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/wait-for" ADD wait-for /usr/local/bin/wait-for