diff --git a/Dockerfile.arm b/Dockerfile.arm index 3b24497..5447466 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -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 " LABEL org.opencontainers.image.authors="Robert Kaussow " 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 diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index f9b140a..9166892 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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 " LABEL org.opencontainers.image.authors="Robert Kaussow " 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