From ca273f465afb5850ab9b8fa5bdd15222e3736ccf Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 11 Nov 2024 12:57:31 +0100 Subject: [PATCH] Dockerfile: update registry to v3.0.0-rc.1 release notes: https://github.com/distribution/distribution/releases/tag/v3.0.0-rc.1 full diff: https://github.com/distribution/distribution/compare/v3.0.0-beta.1...v3.0.0-rc.1 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24be1e3878..ebb7ec3a24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG DOCKER_STATIC=1 # https://hub.docker.com/r/distribution/distribution. This version of # the registry is used to test schema 2 manifests. Generally, the version # specified here should match a current release. -ARG REGISTRY_VERSION=3.0.0-beta.1 +ARG REGISTRY_VERSION=3.0.0-rc.1 # delve is currently only supported on linux/amd64 and linux/arm64; # https://github.com/go-delve/delve/blob/v1.8.1/pkg/proc/native/support_sentinel.go#L1-L6