Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registry v3.rc-4 release #18712

Merged
merged 1 commit into from
Mar 26, 2025
Merged

Conversation

Copy link

Diff for 3e63400:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6e26fe9..3f60ebf 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -5,6 +5,6 @@ Tags: 2.8.3, 2.8, 2, latest
 Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: 39dd72feaab7066334829d6945c54bc51a0aee98
 
-Tags: 3.0.0-rc.3
+Tags: 3.0.0-rc.4
 Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: db464de56afaf09f0d702f30f422a3e19e953a53
+GitCommit: 89160e7182642ca47e43f5a3cd2388ccf5663551
diff --git a/_bashbrew-list b/_bashbrew-list
index ef69ace..125ca35 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 registry:2
 registry:2.8
 registry:2.8.3
-registry:3.0.0-rc.3
+registry:3.0.0-rc.4
 registry:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index ee49137..80ac3bc 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-registry:3.0.0-rc.3
+registry:3.0.0-rc.4
 registry:latest
diff --git a/registry_3.0.0-rc.3/Dockerfile b/registry_3.0.0-rc.4/Dockerfile
similarity index 50%
rename from registry_3.0.0-rc.3/Dockerfile
rename to registry_3.0.0-rc.4/Dockerfile
index a7d7f35..8f7c511 100644
--- a/registry_3.0.0-rc.3/Dockerfile
+++ b/registry_3.0.0-rc.4/Dockerfile
@@ -4,16 +4,16 @@ RUN apk add --no-cache ca-certificates
 
 RUN set -eux; \
 # https://github.com/distribution/distribution/releases
-	version='3.0.0-rc.3'; \
+	version='3.0.0-rc.4'; \
 	apkArch="$(apk --print-arch)"; \
 	case "$apkArch" in \
-		x86_64)  arch='amd64';   sha256='e4412fbc7b010432e64dca3f02140d608912ec3aa91554ff3b67700891bb3a12' ;; \
-		aarch64) arch='arm64';   sha256='393eb2fff43d93a362a3ec417ec07d4304b81bee9276d1a589951467c4a49bf3' ;; \
-		armhf)   arch='armv6';   sha256='a4f25dc7eaed798523c045afbef5e9416c7810904777e92fc4797321cdfd2a24' ;; \
-		armv7)   arch='armv7';   sha256='7fdf37749bf9b7692ecd419779cd0d298cc54a7b32b5cb838a71bb3c3b126272' ;; \
-		ppc64le) arch='ppc64le'; sha256='7d1c58daa3ba9373d5ce12b7e235795a62951ed9afd91aad0280a1cc115bf060' ;; \
-		s390x)   arch='s390x';   sha256='d99a60587451f6daa9a67ea1ebe55982f7a967834926830b7463dcdd739ab01b' ;; \
-		riscv64) arch='riscv64'; sha256='46a24d55f2efbbcfbc97aee9962c61c76a3be7aa6f7b76faaa9513e8866d20d4' ;; \
+		x86_64)  arch='amd64';   sha256='bdd57a6c9fa802bb72407936045b323aadc61abfd7fac6e55364dee8a1d18d50' ;; \
+		aarch64) arch='arm64';   sha256='94bdf16a7813a7a501cc23bf7c8a40625456cbe1b9863b4626caddc801b7071b' ;; \
+		armhf)   arch='armv6';   sha256='f9d7928264c05d4d5b55e270d9f49eca1376d7aeade34ea80513f82bac4ea3ae' ;; \
+		armv7)   arch='armv7';   sha256='ce384d85cfd260245e7845d9512a89fe1d790d5b6c09c5fc6907326251cd2db2' ;; \
+		ppc64le) arch='ppc64le'; sha256='e15a7883883bc054f04c88e99ea8b80e7bb36eed86bc5dc3a5604e138339fa08' ;; \
+		s390x)   arch='s390x';   sha256='7d3879657f7184bd4315fcf05154dd87f3045ce256380fdfd6a9bc34a094296b' ;; \
+		riscv64) arch='riscv64'; sha256='94cc989b4e16b86abe221c2cc8adc67199d824dbff891d7da87f981dd9353409' ;; \
 		*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
 	esac; \
 	wget -O registry.tar.gz "https://github.com/distribution/distribution/releases/download/v${version}/registry_${version}_linux_${arch}.tar.gz"; \
diff --git a/registry_3.0.0-rc.3/config-example.yml b/registry_3.0.0-rc.4/config-example.yml
similarity index 100%
rename from registry_3.0.0-rc.3/config-example.yml
rename to registry_3.0.0-rc.4/config-example.yml
diff --git a/registry_3.0.0-rc.3/entrypoint.sh b/registry_3.0.0-rc.4/entrypoint.sh
similarity index 100%
rename from registry_3.0.0-rc.3/entrypoint.sh
rename to registry_3.0.0-rc.4/entrypoint.sh

Relevant Maintainers:

Copy link
Contributor

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@yosifkit yosifkit merged commit 75ca58a into docker-library:master Mar 26, 2025
7 checks passed
@milosgajdos milosgajdos deleted the registry-rc-4 branch March 26, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants