diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 313c7c5d..4a0589ca 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:8625a244a26b90bc5c802c4449154d23bda974fb6b8c341c929daa99cd056305 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:c639739d2350058b05ed9fefb249f9250ed0987e6c41ec6a9b9d8bad2ef95f05 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index d1cd10a4..22fb780e 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:b4b521c8229a803f530feb976bc7d46f9a63ed7050d320af5d9ea1f910dab022 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ff48ca624b292abcf0862840b216f1f209ee0bc361725b642bca2c467ee2f467 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 8f6d8ecd..f1472e2c 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:cf76796c3edf88c31a47aba4398a85dcfc366710d8df0886abddc2c806791e6d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:0f31ea0a0cb80f67d2270b67fc7d4fdc672359029135e36e7eef27ca530d9d9d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 874060ed..5a67ceca 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:8625a244a26b90bc5c802c4449154d23bda974fb6b8c341c929daa99cd056305 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:c639739d2350058b05ed9fefb249f9250ed0987e6c41ec6a9b9d8bad2ef95f05 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index 954b8701..22ad61b5 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:b4b521c8229a803f530feb976bc7d46f9a63ed7050d320af5d9ea1f910dab022 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ff48ca624b292abcf0862840b216f1f209ee0bc361725b642bca2c467ee2f467 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index b2c6bc4c..132528e2 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:cf76796c3edf88c31a47aba4398a85dcfc366710d8df0886abddc2c806791e6d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:0f31ea0a0cb80f67d2270b67fc7d4fdc672359029135e36e7eef27ca530d9d9d VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index cf787f14..fbb0114e 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:8625a244a26b90bc5c802c4449154d23bda974fb6b8c341c929daa99cd056305 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:c639739d2350058b05ed9fefb249f9250ed0987e6c41ec6a9b9d8bad2ef95f05 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm b/v2.8/Dockerfile.arm index 9ede1815..850d342f 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:b4b521c8229a803f530feb976bc7d46f9a63ed7050d320af5d9ea1f910dab022 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ff48ca624b292abcf0862840b216f1f209ee0bc361725b642bca2c467ee2f467 VOLUME ["/var/lib/registry"] EXPOSE 5000 diff --git a/v2.8/Dockerfile.arm64 b/v2.8/Dockerfile.arm64 index 53a19b92..07a3320c 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:cf76796c3edf88c31a47aba4398a85dcfc366710d8df0886abddc2c806791e6d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:0f31ea0a0cb80f67d2270b67fc7d4fdc672359029135e36e7eef27ca530d9d9d VOLUME ["/var/lib/registry"] EXPOSE 5000