-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Registry v3.rc-4 release #18712
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See * https://github.com/distribution/distribution/releases/tag/v3.0.0-rc.4 * distribution/distribution-library-image#185 Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
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:
|
thaJeztah
reviewed
Mar 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
yosifkit
approved these changes
Mar 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See