-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add alpine3.13 #574
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
Merged
Merged
Add alpine3.13 #574
Conversation
This file contains hidden or 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
tianon
reviewed
Feb 1, 2021
automake 1.16.3 has a fix to work with Python 3.10 and alpine 3.13 is currently the only viable base image that ships it.
yosifkit
approved these changes
Feb 3, 2021
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Feb 3, 2021
Changes: - docker-library/python@4b499d6: Merge pull request docker-library/python#574 from cschramm/alpine3.13 - docker-library/python@e8674e6: Drop alpine 3.11, update generate-stackbrew-library.sh for alpine 3.13 - docker-library/python@f550db0: Add alpine3.13 - docker-library/python@903be32: Update to 3.10.0a5, pip 21.0.1
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Feb 3, 2021
Changes: - docker-library/python@77bc1b0: Bump default alpine version to 3.13 - docker-library/python@4b499d6: Merge pull request docker-library/python#574 from cschramm/alpine3.13 - docker-library/python@e8674e6: Drop alpine 3.11, update generate-stackbrew-library.sh for alpine 3.13 - docker-library/python@f550db0: Add alpine3.13 - docker-library/python@903be32: Update to 3.10.0a5, pip 21.0.1
tianon
added a commit
to hylang/docker-hylang
that referenced
this pull request
Feb 4, 2021
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Feb 4, 2021
Changes: - hylang/docker-hylang@358927d: Add Alpine 3.13 and drop 3.11 (per docker-library/python#574)
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Feb 16, 2021
Changes: - hylang/docker-hylang@358927d: Add Alpine 3.13 and drop 3.11 (per docker-library/python#574)
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Feb 27, 2021
Changes: - hylang/docker-hylang@d96f063: Update to 0.20.0 - hylang/docker-hylang@358927d: Add Alpine 3.13 and drop 3.11 (per docker-library/python#574)
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Mar 1, 2021
Changes: - hylang/docker-hylang@2b9abbe: Update for docker-library/python@df27704 + docker-library/pypy#54 - hylang/docker-hylang@d96f063: Update to 0.20.0 - hylang/docker-hylang@358927d: Add Alpine 3.13 and drop 3.11 (per docker-library/python#574)
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.
automake 1.16.3 has a fix to work with Python 3.10 and alpine 3.13 is currently the only viable base image that ships it.