From b9e7fe266737aac24bc7f9ab8cb7300703bb4708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:01:15 +0000 Subject: [PATCH] chore(deps): update docker digests --- latest/Dockerfile.amd64 | 2 +- latest/Dockerfile.arm | 2 +- latest/Dockerfile.arm64 | 2 +- v2.7/Dockerfile.amd64 | 2 +- v2.7/Dockerfile.arm | 2 +- v2.7/Dockerfile.arm64 | 2 +- v2.8/Dockerfile.amd64 | 2 +- v2.8/Dockerfile.arm | 2 +- v2.8/Dockerfile.arm64 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 311e7530..8fdc0782 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -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-amd64@sha256:48940e2a10d65d6f9c103369ba3b4d883bb87330612dbe48396081167d804270 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:c2a50316fae41f5df6339e5755404dbc6ab05356bac538e2073d1f94d62a786e VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index d5a5df2e..f212bffe 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:c04a5bc1d3796e60961f9fb1e2328869d386c1b1f789659da8c7f0f91ea4138a +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:02a12466e1bf03eeddd93c71eeb637c45c370d853d0609761d1d605419f05cca VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 0c90b291..fcc8d1ce 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:fa2f6b1151ac0336a90785b17436572a9797284b9eb833d14c13de45a4ba1ef2 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:e2b707cd6cb133485f944ec4f7dd50e13f7bb21300774df2bc93919fa8ddc608 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index eaa5d6f6..4378ec59 100644 --- a/v2.7/Dockerfile.amd64 +++ b/v2.7/Dockerfile.amd64 @@ -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:48940e2a10d65d6f9c103369ba3b4d883bb87330612dbe48396081167d804270 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:c2a50316fae41f5df6339e5755404dbc6ab05356bac538e2073d1f94d62a786e VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index 52f6e1c8..08e7a31c 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:c04a5bc1d3796e60961f9fb1e2328869d386c1b1f789659da8c7f0f91ea4138a +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:02a12466e1bf03eeddd93c71eeb637c45c370d853d0609761d1d605419f05cca VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index cd4750c6..70ff35ed 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:fa2f6b1151ac0336a90785b17436572a9797284b9eb833d14c13de45a4ba1ef2 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:e2b707cd6cb133485f944ec4f7dd50e13f7bb21300774df2bc93919fa8ddc608 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index 86064166..25d68719 100644 --- a/v2.8/Dockerfile.amd64 +++ b/v2.8/Dockerfile.amd64 @@ -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:48940e2a10d65d6f9c103369ba3b4d883bb87330612dbe48396081167d804270 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:c2a50316fae41f5df6339e5755404dbc6ab05356bac538e2073d1f94d62a786e VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm b/v2.8/Dockerfile.arm index c51f8e9a..4d96dec6 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:c04a5bc1d3796e60961f9fb1e2328869d386c1b1f789659da8c7f0f91ea4138a +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:02a12466e1bf03eeddd93c71eeb637c45c370d853d0609761d1d605419f05cca VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm64 b/v2.8/Dockerfile.arm64 index fc112d98..dae4cdf7 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:fa2f6b1151ac0336a90785b17436572a9797284b9eb833d14c13de45a4ba1ef2 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:e2b707cd6cb133485f944ec4f7dd50e13f7bb21300774df2bc93919fa8ddc608 VOLUME ["/var/lib/registry"] EXPOSE 5000