-
Notifications
You must be signed in to change notification settings - Fork 597
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
Remove 20.10 #426
Merged
Merged
Remove 20.10 #426
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
With the release of v20.10.25, the 20.10 branch of the upstream Moby project is no longer going to have builds available on https://download.docker.com/ (where the builds for this image come from). This removes our 20.10 versions accordingly.
Diff of `generate-stackbrew-library.sh` generation, for the avoidance of doubt:$ diff -u --color <(bashbrew cat docker) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63 2023-05-15 15:47:53.265217296 -0700
+++ /dev/fd/62 2023-05-15 15:47:53.269217331 -0700
@@ -9,7 +9,7 @@
Tags: 24.0.0-rc.4-dind, 24-rc-dind, rc-dind, 24.0.0-rc.4-dind-alpine3.18, 24.0.0-rc.4, 24-rc, rc, 24.0.0-rc.4-alpine3.18
Architectures: amd64, arm64v8
-GitCommit: 38d8c1da029024c9f6cbfb306bdaf8461b3b5914
+GitCommit: a3ca225e9c0e568cf87a7b60c951b939c3964c91
Directory: 24-rc/dind
Tags: 24.0.0-rc.4-dind-rootless, 24-rc-dind-rootless, rc-dind-rootless
@@ -45,7 +45,7 @@
Tags: 23.0.6-dind, 23.0-dind, 23-dind, dind, 23.0.6-dind-alpine3.18, 23.0.6, 23.0, 23, latest, 23.0.6-alpine3.18
Architectures: amd64, arm64v8
-GitCommit: 3f698e446071ef052c3bd70fe0322493dbfd5103
+GitCommit: a3ca225e9c0e568cf87a7b60c951b939c3964c91
Directory: 23.0/dind
Tags: 23.0.6-dind-rootless, 23.0-dind-rootless, 23-dind-rootless, dind-rootless
@@ -73,39 +73,3 @@
Directory: 23.0/windows/windowsservercore-1809
Builder: classic
Constraints: windowsservercore-1809
-
-Tags: 20.10.24-cli, 20.10-cli, 20-cli, 20.10.24-cli-alpine3.18, 20.10.24, 20.10, 20, 20.10.24-alpine3.18
-Architectures: amd64, arm64v8
-GitCommit: 1e7a4c385eee982a26601ba6279ae6e6b52ea8d8
-Directory: 20.10/cli
-
-Tags: 20.10.24-dind, 20.10-dind, 20-dind, 20.10.24-dind-alpine3.18
-Architectures: amd64, arm64v8
-GitCommit: d71ed6659319c2608be2290c581787d2d4779ef2
-Directory: 20.10/dind
-
-Tags: 20.10.24-dind-rootless, 20.10-dind-rootless, 20-dind-rootless
-Architectures: amd64, arm64v8
-GitCommit: d71ed6659319c2608be2290c581787d2d4779ef2
-Directory: 20.10/dind-rootless
-
-Tags: 20.10.24-git, 20.10-git, 20-git
-Architectures: amd64, arm64v8
-GitCommit: f23a2bea97f6d7ec563bc316302fb8edf620ec5b
-Directory: 20.10/git
-
-Tags: 20.10.24-windowsservercore-ltsc2022, 20.10-windowsservercore-ltsc2022, 20-windowsservercore-ltsc2022
-SharedTags: 20.10.24-windowsservercore, 20.10-windowsservercore, 20-windowsservercore
-Architectures: windows-amd64
-GitCommit: 7bdd5e0d531739e1e329c939bd6d24baaffd4570
-Directory: 20.10/windows/windowsservercore-ltsc2022
-Builder: classic
-Constraints: windowsservercore-ltsc2022
-
-Tags: 20.10.24-windowsservercore-1809, 20.10-windowsservercore-1809, 20-windowsservercore-1809
-SharedTags: 20.10.24-windowsservercore, 20.10-windowsservercore, 20-windowsservercore
-Architectures: windows-amd64
-GitCommit: 7bdd5e0d531739e1e329c939bd6d24baaffd4570
-Directory: 20.10/windows/windowsservercore-1809
-Builder: classic
-Constraints: windowsservercore-1809 |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
May 15, 2023
Changes: - docker-library/docker@3772e45: Merge pull request docker-library/docker#426 from infosiftr/rm-20.10 - docker-library/docker@a3ca225: Remove 20.10 - docker-library/docker@3013477: Update README.md
Thanks! I saw the tag, and was curious if that would cause havoc here (as I knew there was some automation |
Not havoc, just an appropriately failing auto-update that catches that case properly and avoids bumping. 😄 |
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.
With the release of v20.10.25, the 20.10 branch of the upstream Moby project is no longer going to have builds available on https://download.docker.com/ (where the builds for this image come from).
This removes our 20.10 versions accordingly.
(I updated our entrypoint code that accounts for #318 to apply to non-20.10 versions now as well, because they're also affected and we just hadn't noticed yet and fixed the conditional. 🙈)