diff --git a/CHANGELOG.md b/CHANGELOG.md index b20efaf..32f74a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ - ENHANCEMENT - Update golang.org/x/oauth2 commit hash to 08078c5 + - Replace deprecated `org.label-schema` by `org.opencontainers` labels diff --git a/docker/Dockerfile.amd64 b/docker/Dockerfile.amd64 index b5c01d6..2c57167 100644 --- a/docker/Dockerfile.amd64 +++ b/docker/Dockerfile.amd64 @@ -1,9 +1,11 @@ FROM alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="GitHub Release Notifier" \ - 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="GitHub Release Notifier" +LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/" +LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/" +LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/" RUN apk --no-cache add ca-certificates diff --git a/docker/Dockerfile.arm b/docker/Dockerfile.arm index 0960954..5cf3b99 100644 --- a/docker/Dockerfile.arm +++ b/docker/Dockerfile.arm @@ -1,9 +1,11 @@ FROM alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="GitHub Release Notifier" \ - 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="GitHub Release Notifier" +LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/" +LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/" +LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/" RUN apk --no-cache add ca-certificates diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 2bf7924..15f7617 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,9 +1,11 @@ FROM alpine:3.12 -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="GitHub Release Notifier" \ - 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="GitHub Release Notifier" +LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/" +LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/" +LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/" RUN apk --no-cache add ca-certificates