diff --git a/3.10-rc/alpine3.13/Dockerfile b/3.10/alpine3.13/Dockerfile similarity index 99% rename from 3.10-rc/alpine3.13/Dockerfile rename to 3.10/alpine3.13/Dockerfile index f00430bb0..d3a982908 100644 --- a/3.10-rc/alpine3.13/Dockerfile +++ b/3.10/alpine3.13/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.0rc2 +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ && apk add --no-cache --virtual .fetch-deps \ diff --git a/3.10-rc/alpine3.14/Dockerfile b/3.10/alpine3.14/Dockerfile similarity index 99% rename from 3.10-rc/alpine3.14/Dockerfile rename to 3.10/alpine3.14/Dockerfile index 9f5774251..4647429c0 100644 --- a/3.10-rc/alpine3.14/Dockerfile +++ b/3.10/alpine3.14/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.0rc2 +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ && apk add --no-cache --virtual .fetch-deps \ diff --git a/3.10-rc/bullseye/Dockerfile b/3.10/bullseye/Dockerfile similarity index 99% rename from 3.10-rc/bullseye/Dockerfile rename to 3.10/bullseye/Dockerfile index b87ce2cbd..a465add27 100644 --- a/3.10-rc/bullseye/Dockerfile +++ b/3.10/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.0rc2 +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ \ diff --git a/3.10-rc/bullseye/slim/Dockerfile b/3.10/bullseye/slim/Dockerfile similarity index 99% rename from 3.10-rc/bullseye/slim/Dockerfile rename to 3.10/bullseye/slim/Dockerfile index bbc3e5cf8..df042b05d 100644 --- a/3.10-rc/bullseye/slim/Dockerfile +++ b/3.10/bullseye/slim/Dockerfile @@ -24,7 +24,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D -ENV PYTHON_VERSION 3.10.0rc2 +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ \ diff --git a/3.10-rc/buster/Dockerfile b/3.10/buster/Dockerfile similarity index 99% rename from 3.10-rc/buster/Dockerfile rename to 3.10/buster/Dockerfile index 7999f0353..2ce04ca88 100644 --- a/3.10-rc/buster/Dockerfile +++ b/3.10/buster/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.0rc2 +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ \ diff --git a/3.10-rc/buster/slim/Dockerfile b/3.10/buster/slim/Dockerfile similarity index 99% rename from 3.10-rc/buster/slim/Dockerfile rename to 3.10/buster/slim/Dockerfile index 623811aa4..ea7d0aeb3 100644 --- a/3.10-rc/buster/slim/Dockerfile +++ b/3.10/buster/slim/Dockerfile @@ -24,7 +24,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D -ENV PYTHON_VERSION 3.10.0rc2 +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ \ diff --git a/3.10-rc/windows/windowsservercore-1809/Dockerfile b/3.10/windows/windowsservercore-1809/Dockerfile similarity index 99% rename from 3.10-rc/windows/windowsservercore-1809/Dockerfile rename to 3.10/windows/windowsservercore-1809/Dockerfile index 287911a62..c19a87780 100644 --- a/3.10-rc/windows/windowsservercore-1809/Dockerfile +++ b/3.10/windows/windowsservercore-1809/Dockerfile @@ -11,7 +11,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref # https://github.com/docker-library/python/pull/557 ENV PYTHONIOENCODING UTF-8 -ENV PYTHON_VERSION 3.10.0rc2 +ENV PYTHON_VERSION 3.10.0 ENV PYTHON_RELEASE 3.10.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile b/3.10/windows/windowsservercore-ltsc2016/Dockerfile similarity index 99% rename from 3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile rename to 3.10/windows/windowsservercore-ltsc2016/Dockerfile index 7b095613f..9dfc5436a 100644 --- a/3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile +++ b/3.10/windows/windowsservercore-ltsc2016/Dockerfile @@ -11,7 +11,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref # https://github.com/docker-library/python/pull/557 ENV PYTHONIOENCODING UTF-8 -ENV PYTHON_VERSION 3.10.0rc2 +ENV PYTHON_VERSION 3.10.0 ENV PYTHON_RELEASE 3.10.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/3.10-rc/windows/windowsservercore-ltsc2022/Dockerfile b/3.10/windows/windowsservercore-ltsc2022/Dockerfile similarity index 99% rename from 3.10-rc/windows/windowsservercore-ltsc2022/Dockerfile rename to 3.10/windows/windowsservercore-ltsc2022/Dockerfile index 3a55a5dc8..d836c28ee 100644 --- a/3.10-rc/windows/windowsservercore-ltsc2022/Dockerfile +++ b/3.10/windows/windowsservercore-ltsc2022/Dockerfile @@ -11,7 +11,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref # https://github.com/docker-library/python/pull/557 ENV PYTHONIOENCODING UTF-8 -ENV PYTHON_VERSION 3.10.0rc2 +ENV PYTHON_VERSION 3.10.0 ENV PYTHON_RELEASE 3.10.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 94da6f6d6..d9ff86d07 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -2,8 +2,8 @@ set -Eeuo pipefail declare -A aliases=( - [3.10-rc]='rc' - [3.9]='3 latest' + [3.11-rc]='rc' + [3.10]='3 latest' ) defaultDebianSuite='bullseye'
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: