replace image labels

This commit is contained in:
Robert Kaussow 2020-12-16 09:02:45 +01:00
parent 9706828871
commit f1fdf56ad5
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
4 changed files with 19 additions and 12 deletions

View File

@ -1,2 +1,3 @@
- ENHANCEMENT
- Update golang.org/x/oauth2 commit hash to 08078c5
- Replace deprecated `org.label-schema` by `org.opencontainers` labels

View File

@ -1,9 +1,11 @@
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
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="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

View File

@ -1,9 +1,11 @@
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
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="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

View File

@ -1,9 +1,11 @@
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
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="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