From 8082dcb0e0211fa367ef846a0e07d24e062495fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:35:50 +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 cd5647c2..ab2d9218 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e51ddd1a1e370a4018ca0e9a97b152865ed14f595abd1be7bcbfc62a1852e651 AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:82c5210820472f64a5bee97e256ca6754e06ee064ba9bf1cbdee7673c11fea31 AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index e143b2e0..948e3db8 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:cb32a624b4989e019fec970b505fefc66b4f0608c1942637b40e1248aeefb6bf AS build +FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:4a45b08f2c29dc8e1b9edb9d0623b3d4bcf63573ca78797b410f0cd9a7a5e9c7 AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index e1c937fd..79a541ea 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:8b20872b9bbf53f2f19e11f8df91bef69f1aa2d47c063879757a662b3380b47b AS build +FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:dcc3a04da5501f7021ee8f44bf7b07d16a1067dff656a1225d8b91bce381068f AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 01b1aaa2..37b703ae 100644 --- a/v2.7/Dockerfile.amd64 +++ b/v2.7/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e51ddd1a1e370a4018ca0e9a97b152865ed14f595abd1be7bcbfc62a1852e651 AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:82c5210820472f64a5bee97e256ca6754e06ee064ba9bf1cbdee7673c11fea31 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index 5b19955d..c8ff4031 100644 --- a/v2.7/Dockerfile.arm +++ b/v2.7/Dockerfile.arm @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:cb32a624b4989e019fec970b505fefc66b4f0608c1942637b40e1248aeefb6bf AS build +FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:4a45b08f2c29dc8e1b9edb9d0623b3d4bcf63573ca78797b410f0cd9a7a5e9c7 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index a93f6980..0c8bbf49 100644 --- a/v2.7/Dockerfile.arm64 +++ b/v2.7/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:8b20872b9bbf53f2f19e11f8df91bef69f1aa2d47c063879757a662b3380b47b AS build +FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:dcc3a04da5501f7021ee8f44bf7b07d16a1067dff656a1225d8b91bce381068f AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index 99648b5b..d42de8eb 100644 --- a/v2.8/Dockerfile.amd64 +++ b/v2.8/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e51ddd1a1e370a4018ca0e9a97b152865ed14f595abd1be7bcbfc62a1852e651 AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:82c5210820472f64a5bee97e256ca6754e06ee064ba9bf1cbdee7673c11fea31 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.3 diff --git a/v2.8/Dockerfile.arm b/v2.8/Dockerfile.arm index e4199b03..3c3fc4e3 100644 --- a/v2.8/Dockerfile.arm +++ b/v2.8/Dockerfile.arm @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:cb32a624b4989e019fec970b505fefc66b4f0608c1942637b40e1248aeefb6bf AS build +FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:4a45b08f2c29dc8e1b9edb9d0623b3d4bcf63573ca78797b410f0cd9a7a5e9c7 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.3 diff --git a/v2.8/Dockerfile.arm64 b/v2.8/Dockerfile.arm64 index 326599c9..8b30181b 100644 --- a/v2.8/Dockerfile.arm64 +++ b/v2.8/Dockerfile.arm64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:8b20872b9bbf53f2f19e11f8df91bef69f1aa2d47c063879757a662b3380b47b AS build +FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:dcc3a04da5501f7021ee8f44bf7b07d16a1067dff656a1225d8b91bce381068f AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.3