From 57c0a0d6107e58875c498e49a3f35f20847c7bdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:50:09 +0000 Subject: [PATCH] chore(deps): update docker digests --- latest/Dockerfile.amd64 | 4 ++-- latest/Dockerfile.arm | 4 ++-- latest/Dockerfile.arm64 | 4 ++-- v2.7/Dockerfile.amd64 | 4 ++-- v2.7/Dockerfile.arm | 4 ++-- v2.7/Dockerfile.arm64 | 4 ++-- v2.8/Dockerfile.amd64 | 4 ++-- v2.8/Dockerfile.arm | 4 ++-- v2.8/Dockerfile.arm64 | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 65f1bd77..c7f3e0dc 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -1,10 +1,10 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e211c4752fe788baad201c1f541008c9b34d67276e52898897a8439d8715d9c0 AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:4aa5f30ccbba6d68f05840555fca4debd2aa35d54ab5a62b9a282bb8d00c5dde AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ GO111MODULE=on go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f5479650fab9449424080d8095917682b0030b4cff752b36d495d5043b2dce45 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:950f94fa302e234f471fc42d49c498f57ed1dc86b31b6c8df2bd2ebd643ef00d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index e68ddc7e..99b72909 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -1,10 +1,10 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:7e4cc492664d098e48e16b8e7a41f96412dcd5a0f0072cc211a522cb7e038409 AS build +FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:52ceb9b03b9a222ea535101531371b08d96cdf817738c4c0e561bbc87d2f59f7 AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ GO111MODULE=on go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:6afab5bf6b5c2e4e9174a7723fca8e94687025d78034dbe5cf8c55ab9d7bad26 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:6c96d8e48482d0996816c82c33d490657ac7701b85de41baba916516d3a50a03 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 541d08d8..58ddc14b 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -1,10 +1,10 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:b9b76ac12e1377de2c9465668a0a169f17d67c52640bc6cb7f2cc04637d99b56 AS build +FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:8a5ac75ee28ccc86d64321dd8a11939a34d5706173fcf0e72551528f7bed0d44 AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ GO111MODULE=on go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:0dfcbf91ff95665b3b4fdc18b2f3bc1594a45f53d56f0475d0d13a39de6a1798 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:05436202aef00039b721e27b3633514bdf445973dc8bbf0101fd12ff96b813c9 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 7c690f10..150cb470 100644 --- a/v2.7/Dockerfile.amd64 +++ b/v2.7/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e211c4752fe788baad201c1f541008c9b34d67276e52898897a8439d8715d9c0 AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:4aa5f30ccbba6d68f05840555fca4debd2aa35d54ab5a62b9a282bb8d00c5dde AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio cd /srv/app/src/github.com/docker/distribution && \ GO111MODULE=off go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f5479650fab9449424080d8095917682b0030b4cff752b36d495d5043b2dce45 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:950f94fa302e234f471fc42d49c498f57ed1dc86b31b6c8df2bd2ebd643ef00d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index b95a61b6..90f16a6b 100644 --- a/v2.7/Dockerfile.arm +++ b/v2.7/Dockerfile.arm @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:7e4cc492664d098e48e16b8e7a41f96412dcd5a0f0072cc211a522cb7e038409 AS build +FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:52ceb9b03b9a222ea535101531371b08d96cdf817738c4c0e561bbc87d2f59f7 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio cd /srv/app/src/github.com/docker/distribution && \ GO111MODULE=off go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:6afab5bf6b5c2e4e9174a7723fca8e94687025d78034dbe5cf8c55ab9d7bad26 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:6c96d8e48482d0996816c82c33d490657ac7701b85de41baba916516d3a50a03 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index 535d4b39..564cad7f 100644 --- a/v2.7/Dockerfile.arm64 +++ b/v2.7/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:b9b76ac12e1377de2c9465668a0a169f17d67c52640bc6cb7f2cc04637d99b56 AS build +FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:8a5ac75ee28ccc86d64321dd8a11939a34d5706173fcf0e72551528f7bed0d44 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio cd /srv/app/src/github.com/docker/distribution && \ GO111MODULE=off go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:0dfcbf91ff95665b3b4fdc18b2f3bc1594a45f53d56f0475d0d13a39de6a1798 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:05436202aef00039b721e27b3633514bdf445973dc8bbf0101fd12ff96b813c9 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index 34bec044..f99ce83e 100644 --- a/v2.8/Dockerfile.amd64 +++ b/v2.8/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e211c4752fe788baad201c1f541008c9b34d67276e52898897a8439d8715d9c0 AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:4aa5f30ccbba6d68f05840555fca4debd2aa35d54ab5a62b9a282bb8d00c5dde AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.2 @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio cd /srv/app/src/github.com/docker/distribution && \ GO111MODULE=off go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f5479650fab9449424080d8095917682b0030b4cff752b36d495d5043b2dce45 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:950f94fa302e234f471fc42d49c498f57ed1dc86b31b6c8df2bd2ebd643ef00d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm b/v2.8/Dockerfile.arm index 9646160d..74c5fbba 100644 --- a/v2.8/Dockerfile.arm +++ b/v2.8/Dockerfile.arm @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:7e4cc492664d098e48e16b8e7a41f96412dcd5a0f0072cc211a522cb7e038409 AS build +FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:52ceb9b03b9a222ea535101531371b08d96cdf817738c4c0e561bbc87d2f59f7 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.2 @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio cd /srv/app/src/github.com/docker/distribution && \ GO111MODULE=off go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:6afab5bf6b5c2e4e9174a7723fca8e94687025d78034dbe5cf8c55ab9d7bad26 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:6c96d8e48482d0996816c82c33d490657ac7701b85de41baba916516d3a50a03 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm64 b/v2.8/Dockerfile.arm64 index d1e7c36c..8e7a2668 100644 --- a/v2.8/Dockerfile.arm64 +++ b/v2.8/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:b9b76ac12e1377de2c9465668a0a169f17d67c52640bc6cb7f2cc04637d99b56 AS build +FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:8a5ac75ee28ccc86d64321dd8a11939a34d5706173fcf0e72551528f7bed0d44 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.2 @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio cd /srv/app/src/github.com/docker/distribution && \ GO111MODULE=off go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:0dfcbf91ff95665b3b4fdc18b2f3bc1594a45f53d56f0475d0d13a39de6a1798 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:05436202aef00039b721e27b3633514bdf445973dc8bbf0101fd12ff96b813c9 VOLUME ["/var/lib/registry"] EXPOSE 5000