add org.opencontainers.image.created label
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cf7e423614
commit
a3c41af6f6
@ -1,5 +1,10 @@
|
||||
FROM arm32v7/alpine:3.13@sha256:0a03d8bed32e780dc43c688eb1d184fc21dbc9ec9acbd66a2b5db6544c04825f
|
||||
|
||||
ARG GOMPLATE_VERSION
|
||||
ARG SUPERCRONIC_VERSION
|
||||
ARG URL_PARSER_VERSION
|
||||
ARG DOCKER_IMAGE_CREATED
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.title="alpine"
|
||||
@ -7,10 +12,6 @@ LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/alpine"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/alpine"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/alpine"
|
||||
|
||||
ARG GOMPLATE_VERSION
|
||||
ARG SUPERCRONIC_VERSION
|
||||
ARG URL_PARSER_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
|
||||
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.8.0}"
|
||||
# renovate: datasource=github-releases depName=aptible/supercronic
|
||||
|
@ -1,5 +1,10 @@
|
||||
FROM arm64v8/alpine:3.13@sha256:b20140108af597a58a06ed5578f2a5737b8ad9964a206b5627d2cda906613665
|
||||
|
||||
ARG GOMPLATE_VERSION
|
||||
ARG SUPERCRONIC_VERSION
|
||||
ARG URL_PARSER_VERSION
|
||||
ARG DOCKER_IMAGE_CREATED
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.title="alpine"
|
||||
@ -7,10 +12,6 @@ LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/alpine"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/alpine"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/alpine"
|
||||
|
||||
ARG GOMPLATE_VERSION
|
||||
ARG SUPERCRONIC_VERSION
|
||||
ARG URL_PARSER_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
|
||||
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.8.0}"
|
||||
# renovate: datasource=github-releases depName=aptible/supercronic
|
||||
|
Loading…
Reference in New Issue
Block a user