-
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
Update python #11062
Merged
Merged
Update python #11062
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
Changes: - docker-library/python@465cbc7: Merge pull request docker-library/python#659 from mangin/3.11-rc - docker-library/python@34e07d8: Add 3.11.0a1
Diff for a094039:diff --git a/_bashbrew-cat b/_bashbrew-cat
index f93a788..3103969 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -197,3 +197,33 @@ Architectures: windows-amd64
GitCommit: 8d48af512dc58e9c29c9d4ee59477c195a29cbdc
Directory: 3.10/windows/windowsservercore-ltsc2022
Constraints: windowsservercore-ltsc2022
+
+Tags: 3.11.0a1-alpine3.14, 3.11-rc-alpine3.14, 3.11.0a1-alpine, 3.11-rc-alpine
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 34e07d84e7aca7be844494919006f2b6efc7d8bc
+Directory: 3.11-rc/alpine3.14
+
+Tags: 3.11.0a1-bullseye, 3.11-rc-bullseye
+SharedTags: 3.11.0a1, 3.11-rc
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 34e07d84e7aca7be844494919006f2b6efc7d8bc
+Directory: 3.11-rc/bullseye
+
+Tags: 3.11.0a1-slim-bullseye, 3.11-rc-slim-bullseye, 3.11.0a1-slim, 3.11-rc-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 34e07d84e7aca7be844494919006f2b6efc7d8bc
+Directory: 3.11-rc/bullseye/slim
+
+Tags: 3.11.0a1-windowsservercore-1809, 3.11-rc-windowsservercore-1809
+SharedTags: 3.11.0a1-windowsservercore, 3.11-rc-windowsservercore, 3.11.0a1, 3.11-rc
+Architectures: windows-amd64
+GitCommit: 34e07d84e7aca7be844494919006f2b6efc7d8bc
+Directory: 3.11-rc/windows/windowsservercore-1809
+Constraints: windowsservercore-1809
+
+Tags: 3.11.0a1-windowsservercore-ltsc2022, 3.11-rc-windowsservercore-ltsc2022
+SharedTags: 3.11.0a1-windowsservercore, 3.11-rc-windowsservercore, 3.11.0a1, 3.11-rc
+Architectures: windows-amd64
+GitCommit: 34e07d84e7aca7be844494919006f2b6efc7d8bc
+Directory: 3.11-rc/windows/windowsservercore-ltsc2022
+Constraints: windowsservercore-ltsc2022
diff --git a/_bashbrew-list b/_bashbrew-list
index 8c1e242..49fcff4 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -117,6 +117,24 @@ python:3.10.0-windowsservercore
python:3.10.0-windowsservercore-1809
python:3.10.0-windowsservercore-ltsc2016
python:3.10.0-windowsservercore-ltsc2022
+python:3.11-rc
+python:3.11-rc-alpine
+python:3.11-rc-alpine3.14
+python:3.11-rc-bullseye
+python:3.11-rc-slim
+python:3.11-rc-slim-bullseye
+python:3.11-rc-windowsservercore
+python:3.11-rc-windowsservercore-1809
+python:3.11-rc-windowsservercore-ltsc2022
+python:3.11.0a1
+python:3.11.0a1-alpine
+python:3.11.0a1-alpine3.14
+python:3.11.0a1-bullseye
+python:3.11.0a1-slim
+python:3.11.0a1-slim-bullseye
+python:3.11.0a1-windowsservercore
+python:3.11.0a1-windowsservercore-1809
+python:3.11.0a1-windowsservercore-ltsc2022
python:alpine
python:alpine3.13
python:alpine3.14
diff --git a/python_alpine/Dockerfile b/python_3.11-rc-alpine/Dockerfile
similarity index 99%
copy from python_alpine/Dockerfile
copy to python_3.11-rc-alpine/Dockerfile
index 4647429..143c644 100644
--- a/python_alpine/Dockerfile
+++ b/python_3.11-rc-alpine/Dockerfile
@@ -24,7 +24,7 @@ RUN set -eux; \
# other runtime dependencies for Python are installed later
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
-ENV PYTHON_VERSION 3.10.0
+ENV PYTHON_VERSION 3.11.0a1
RUN set -ex \
&& apk add --no-cache --virtual .fetch-deps \
diff --git a/python_bullseye/Dockerfile b/python_3.11-rc-bullseye/Dockerfile
similarity index 99%
copy from python_bullseye/Dockerfile
copy to python_3.11-rc-bullseye/Dockerfile
index a465add..7d460f1 100644
--- a/python_bullseye/Dockerfile
+++ b/python_3.11-rc-bullseye/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
-ENV PYTHON_VERSION 3.10.0
+ENV PYTHON_VERSION 3.11.0a1
RUN set -ex \
\
diff --git a/python_slim/Dockerfile b/python_3.11-rc-slim/Dockerfile
similarity index 99%
copy from python_slim/Dockerfile
copy to python_3.11-rc-slim/Dockerfile
index df042b0..26c4b6a 100644
--- a/python_slim/Dockerfile
+++ b/python_3.11-rc-slim/Dockerfile
@@ -24,7 +24,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
-ENV PYTHON_VERSION 3.10.0
+ENV PYTHON_VERSION 3.11.0a1
RUN set -ex \
\
diff --git a/python_windowsservercore-1809/Dockerfile b/python_3.11-rc-windowsservercore-1809/Dockerfile
similarity index 98%
copy from python_windowsservercore-1809/Dockerfile
copy to python_3.11-rc-windowsservercore-1809/Dockerfile
index c19a877..77d681d 100644
--- a/python_windowsservercore-1809/Dockerfile
+++ b/python_3.11-rc-windowsservercore-1809/Dockerfile
@@ -11,8 +11,8 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
# https://github.com/docker-library/python/pull/557
ENV PYTHONIOENCODING UTF-8
-ENV PYTHON_VERSION 3.10.0
-ENV PYTHON_RELEASE 3.10.0
+ENV PYTHON_VERSION 3.11.0a1
+ENV PYTHON_RELEASE 3.11.0
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
Write-Host ('Downloading {0} ...' -f $url); \
diff --git a/python_3.9-windowsservercore-ltsc2022/Dockerfile b/python_3.11-rc-windowsservercore-ltsc2022/Dockerfile
similarity index 98%
copy from python_3.9-windowsservercore-ltsc2022/Dockerfile
copy to python_3.11-rc-windowsservercore-ltsc2022/Dockerfile
index 6d18b8f..9391dfd 100644
--- a/python_3.9-windowsservercore-ltsc2022/Dockerfile
+++ b/python_3.11-rc-windowsservercore-ltsc2022/Dockerfile
@@ -11,8 +11,8 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
# https://github.com/docker-library/python/pull/557
ENV PYTHONIOENCODING UTF-8
-ENV PYTHON_VERSION 3.9.7
-ENV PYTHON_RELEASE 3.9.7
+ENV PYTHON_VERSION 3.11.0a1
+ENV PYTHON_RELEASE 3.11.0
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
Write-Host ('Downloading {0} ...' -f $url); \
|
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.
Changes: