mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-21 12:40:38 +00:00
replace image labels
This commit is contained in:
parent
9706828871
commit
f1fdf56ad5
@ -1,2 +1,3 @@
|
|||||||
- ENHANCEMENT
|
- ENHANCEMENT
|
||||||
- Update golang.org/x/oauth2 commit hash to 08078c5
|
- Update golang.org/x/oauth2 commit hash to 08078c5
|
||||||
|
- Replace deprecated `org.label-schema` by `org.opencontainers` labels
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="GitHub Release Notifier" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.title="GitHub Release Notifier"
|
||||||
org.label-schema.schema-version="1.0"
|
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
|
RUN apk --no-cache add ca-certificates
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="GitHub Release Notifier" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.title="GitHub Release Notifier"
|
||||||
org.label-schema.schema-version="1.0"
|
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
|
RUN apk --no-cache add ca-certificates
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="GitHub Release Notifier" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.title="GitHub Release Notifier"
|
||||||
org.label-schema.schema-version="1.0"
|
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
|
RUN apk --no-cache add ca-certificates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user