From 48c5c972a992910eec4a3796bcc539309fa0391d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:34:51 +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 ab2d9218..7d2a8391 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:61e25d53dee3df134ae5b2a09a0f17696c24dbd0404cca98a041cb7d7cc2d7b4 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 948e3db8..a8d1e68d 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:91cb9847983df817454ebde7ae6ed2eeca6234cf425d3d62cf1cba4dc731557c +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 79a541ea..e4f1f12f 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:52596b8e3f7cb71c54c903c5689111c7cc08d9a3199647b079f5878409de9f87 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 37b703ae..40a335d6 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:61e25d53dee3df134ae5b2a09a0f17696c24dbd0404cca98a041cb7d7cc2d7b4 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index c8ff4031..a6e9e0e4 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:91cb9847983df817454ebde7ae6ed2eeca6234cf425d3d62cf1cba4dc731557c +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index 0c8bbf49..60b214c6 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:52596b8e3f7cb71c54c903c5689111c7cc08d9a3199647b079f5878409de9f87 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index d42de8eb..ff7e0f90 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:61e25d53dee3df134ae5b2a09a0f17696c24dbd0404cca98a041cb7d7cc2d7b4 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm b/v2.8/Dockerfile.arm index 3c3fc4e3..9393dbb7 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:91cb9847983df817454ebde7ae6ed2eeca6234cf425d3d62cf1cba4dc731557c +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm64 b/v2.8/Dockerfile.arm64 index 8b30181b..b82e6e06 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:52596b8e3f7cb71c54c903c5689111c7cc08d9a3199647b079f5878409de9f87 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d VOLUME ["/var/lib/registry"] EXPOSE 5000