From 98b8b63858a2a74b493fbd16cbce5aa69c1de79e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:18:07 +0000 Subject: [PATCH] chore(deps): update docker digests --- latest/Dockerfile.amd64 | 4 ++-- latest/Dockerfile.arm | 2 +- latest/Dockerfile.arm64 | 2 +- v2.7/Dockerfile.amd64 | 4 ++-- v2.7/Dockerfile.arm | 2 +- v2.7/Dockerfile.arm64 | 2 +- v2.8/Dockerfile.amd64 | 4 ++-- v2.8/Dockerfile.arm | 2 +- v2.8/Dockerfile.arm64 | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 1740c6a..33107b0 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -1,10 +1,10 @@ -FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:9eb11d1f0477a3e482fde0dda27fded563c5c8c27ec36637525a3f638b69a785 AS build +FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:f7deb84f961ad03529858ae3211c64808e2da24c5911b5926ff1856ee22c7cca 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:b36cc44eeb70b9f169953edfa645b4d8746fc357089cca6d46504401f3b07595 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f8ecf52e2134f9692a269f79c43fc96c9bdc475849bcfcda0ac1a5a9c2602177 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index afcbb68..8b7257c 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -4,7 +4,7 @@ RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/ cd /srv/app/src && \ GO111MODULE=on go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:2ec1aeb6f14bb89ff1843b140303e1b8927805582454a75256f7da93153cb06e +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:a7e151f1801f1e3f4f6ab4a73f5a7f5dfb6e54a0eb9c4e1ccc1e7d3798a426ef VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 04d5db4..00e2ad9 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -4,7 +4,7 @@ RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/ cd /srv/app/src && \ GO111MODULE=on go install ./cmd/... -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:980b353deb35bc37218b7b4d93b9050529ea02d28345f7f4ad96a80d8470c52c +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5ae8c36699199997c88697d3845a42869165de5b700d2e36a9f0143ef55119e0 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 950d776..fc12aff 100644 --- a/v2.7/Dockerfile.amd64 +++ b/v2.7/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:9eb11d1f0477a3e482fde0dda27fded563c5c8c27ec36637525a3f638b69a785 AS build +FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:f7deb84f961ad03529858ae3211c64808e2da24c5911b5926ff1856ee22c7cca 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:b36cc44eeb70b9f169953edfa645b4d8746fc357089cca6d46504401f3b07595 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f8ecf52e2134f9692a269f79c43fc96c9bdc475849bcfcda0ac1a5a9c2602177 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index d52bad1..978d746 100644 --- a/v2.7/Dockerfile.arm +++ b/v2.7/Dockerfile.arm @@ -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:2ec1aeb6f14bb89ff1843b140303e1b8927805582454a75256f7da93153cb06e +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:a7e151f1801f1e3f4f6ab4a73f5a7f5dfb6e54a0eb9c4e1ccc1e7d3798a426ef VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index b9d925e..b347abc 100644 --- a/v2.7/Dockerfile.arm64 +++ b/v2.7/Dockerfile.arm64 @@ -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:980b353deb35bc37218b7b4d93b9050529ea02d28345f7f4ad96a80d8470c52c +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5ae8c36699199997c88697d3845a42869165de5b700d2e36a9f0143ef55119e0 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index 8e0e785..eb6cb0e 100644 --- a/v2.8/Dockerfile.amd64 +++ b/v2.8/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:9eb11d1f0477a3e482fde0dda27fded563c5c8c27ec36637525a3f638b69a785 AS build +FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:f7deb84f961ad03529858ae3211c64808e2da24c5911b5926ff1856ee22c7cca AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.3 @@ -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:b36cc44eeb70b9f169953edfa645b4d8746fc357089cca6d46504401f3b07595 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f8ecf52e2134f9692a269f79c43fc96c9bdc475849bcfcda0ac1a5a9c2602177 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm b/v2.8/Dockerfile.arm index 1929c64..0ab918f 100644 --- a/v2.8/Dockerfile.arm +++ b/v2.8/Dockerfile.arm @@ -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:2ec1aeb6f14bb89ff1843b140303e1b8927805582454a75256f7da93153cb06e +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:a7e151f1801f1e3f4f6ab4a73f5a7f5dfb6e54a0eb9c4e1ccc1e7d3798a426ef VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm64 b/v2.8/Dockerfile.arm64 index 5ebc20f..6289950 100644 --- a/v2.8/Dockerfile.arm64 +++ b/v2.8/Dockerfile.arm64 @@ -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:980b353deb35bc37218b7b4d93b9050529ea02d28345f7f4ad96a80d8470c52c +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5ae8c36699199997c88697d3845a42869165de5b700d2e36a9f0143ef55119e0 VOLUME ["/var/lib/registry"] EXPOSE 5000