* Add new python SDK versions

* Add runtime build number

---------

Co-authored-by: Oryx Team <oryx@microsoft.com>
Co-authored-by: William Hernandez <williamhe@microsoft.com>
This commit is contained in:
Harry Li 2023-11-02 09:28:27 -07:00 коммит произвёл GitHub
Родитель 3dcb51e43e
Коммит d2a0a505ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 271 добавлений и 257 удалений

Просмотреть файл

@ -1,11 +1,11 @@
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.
PYTHON_RUNTIME_BASE_TAG='20230901.1'
PYTHON_RUNTIME_BASE_TAG='20231102.1'
PIP_VERSION='21.2.4'
PYTHON27_VERSION='2.7.18'
PYTHON36_VERSION='3.6.15'
PYTHON37_VERSION='3.7.15'
PYTHON38_VERSION='3.8.16'
PYTHON39_VERSION='3.9.15'
PYTHON310_VERSION='3.10.8'
PYTHON311_VERSION='3.11.0'
PYTHON38_VERSION='3.8.18'
PYTHON39_VERSION='3.9.18'
PYTHON310_VERSION='3.10.13'
PYTHON311_VERSION='3.11.6'

Просмотреть файл

@ -27,14 +27,14 @@
python-gunicorn-custom-thread-num: PYTHON_GUNICORN_CUSTOM_THREAD_NUM
nginx-conf-file: NGINX_CONF_FILE
outputs:
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: dot-net-core-sdk-versions
constants:
dot-net-core-11-sdk-version: 1.1.14
@ -49,24 +49,24 @@
dot-net-70-sdk-version: 7.0.403
dot-net-80-sdk-version: 8.0.100-rc.2.23502.2
runtime-versions:
- 3.0-debian-buster
- 3.1-debian-bullseye
- 3.1-debian-buster
- 5.0-debian-buster
- 6.0-debian-bullseye
- 6.0-debian-buster
- 7.0-debian-bullseye
- 7.0-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-bookworm
- dynamic-debian-buster
- 3.0-debian-buster
- 3.1-debian-bullseye
- 3.1-debian-buster
- 5.0-debian-buster
- 6.0-debian-bullseye
- 6.0-debian-buster
- 7.0-debian-bullseye
- 7.0-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-bookworm
- dynamic-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- name: dot-net-core-run-time-versions
constants:
dot-net-core-runtime-base-tag: 20231026.1
@ -104,12 +104,12 @@
aspnet-core-app-80: 8.0.0-rc.2.23480.2
aspnet-core-app-80-sha: 5d8d50498be52ee4c8ae83e9ca82ab947b187f27b56047cc8a09f6ca2ba6bb7532fdd30bc035d518ce636965371f2ed16c9f97398f04d836f4f67b11b5ce50a9
outputs:
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- name: final-stretch-versions
constants:
final-stretch-dot-net-core-31-sdk-version: 3.1.420
@ -124,12 +124,12 @@
final-stretch-node14-version: 14.21.3
final-stretch-node16-version: 16.20.0
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: golang-versions
constants:
golang16-version: 1.16.7
@ -141,41 +141,41 @@
golang19-version: 1.19.7
golang19-tar-sha256: 7a75720c9b066ae1750f6bcc7052aba70fa3813f4223199ee2a2315fd3eb533d
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: python-versions
constants:
python-runtime-base-tag: 20230901.1
python-runtime-base-tag: 20231102.1
pip-version: 21.2.4
python27-version: 2.7.18
python36-version: 3.6.15
python37-version: 3.7.15
python38-version: 3.8.16
python39-version: 3.9.15
python310-version: 3.10.8
python311-version: 3.11.0
python38-version: 3.8.18
python39-version: 3.9.18
python310-version: 3.10.13
python311-version: 3.11.6
runtime-versions:
- 3.7-debian-bullseye
- 3.7-debian-buster
- 3.8-debian-bullseye
- 3.8-debian-buster
- 3.9-debian-bullseye
- 3.9-debian-buster
- 3.10-debian-bullseye
- 3.10-debian-buster
- 3.11-debian-bullseye
- dynamic-debian-buster
- 3.7-debian-bullseye
- 3.7-debian-buster
- 3.8-debian-bullseye
- 3.8-debian-buster
- 3.9-debian-bullseye
- 3.9-debian-buster
- 3.10-debian-bullseye
- 3.10-debian-buster
- 3.11-debian-bullseye
- dynamic-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: php-versions
constants:
php-runtime-base-tag: 20231003.1
@ -215,30 +215,30 @@
php56-keys: 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
php56-tar-sha256: 1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c
runtime-versions:
- 7.4-debian-bullseye
- 7.4-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-buster
- 8.1-debian-bullseye
- 8.1-debian-buster
- 8.2-debian-bullseye
- 8.2-debian-buster
- 7.4-debian-bullseye
- 7.4-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-buster
- 8.1-debian-bullseye
- 8.1-debian-buster
- 8.2-debian-bullseye
- 8.2-debian-buster
fpm-runtime-versions:
- 7.4-fpm-debian-bullseye
- 7.4-fpm-debian-buster
- 8.0-fpm-debian-bullseye
- 8.0-fpm-debian-buster
- 8.1-fpm-debian-bullseye
- 8.1-fpm-debian-buster
- 8.2-fpm-debian-bullseye
- 8.2-fpm-debian-buster
- 7.4-fpm-debian-bullseye
- 7.4-fpm-debian-buster
- 8.0-fpm-debian-bullseye
- 8.0-fpm-debian-buster
- 8.1-fpm-debian-bullseye
- 8.1-fpm-debian-buster
- 8.2-fpm-debian-bullseye
- 8.2-fpm-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: ruby-versions
constants:
gem-version: 3.3.21
@ -253,20 +253,20 @@
ruby30-version: 3.0.5
ruby30-tar-sha256: cf7cb5ba2030fe36596a40980cdecfd79a0337d35860876dc2b10a38675bddde
runtime-versions:
- 2.5-debian-bullseye
- 2.5-debian-buster
- 2.6-debian-bullseye
- 2.6-debian-buster
- 2.7-debian-bullseye
- 2.7-debian-buster
- dynamic-debian-buster
- 2.5-debian-bullseye
- 2.5-debian-buster
- 2.6-debian-bullseye
- 2.6-debian-buster
- 2.7-debian-bullseye
- 2.7-debian-buster
- dynamic-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: file-paths
constants:
compressed-output-file-name: oryx_output.tar.gz
@ -283,11 +283,11 @@
pre-run-command-env-var-name: PRE_RUN_COMMAND
app-svc-file-name: appsvc.yaml
outputs:
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: os-types
constants:
debian-stretch: stretch
@ -296,11 +296,11 @@
debian-buster: buster
ubuntu-focal-scm: focal-scm
outputs:
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: node-versions
constants:
node-runtime-base-tag: 20231025.7
@ -319,21 +319,21 @@
pm2-version: 4.5.6
npm-version: 9.6.4
runtime-versions:
- 14-debian-bullseye
- 14-debian-buster
- 16-debian-bullseye
- 16-debian-buster
- 18-debian-bullseye
- 20-debian-bullseye
- 20-debian-bookworm
- dynamic-debian-buster
- 14-debian-bullseye
- 14-debian-buster
- 16-debian-bullseye
- 16-debian-buster
- 18-debian-bullseye
- 20-debian-bullseye
- 20-debian-bookworm
- dynamic-debian-buster
outputs:
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Node
namespace: Microsoft.Oryx.BuildScriptGenerator.Node
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Node
namespace: Microsoft.Oryx.BuildScriptGenerator.Node
- name: sdk-storage-constants
constants:
enable-dynamic-install-key: ENABLE_DYNAMIC_INSTALL
@ -361,17 +361,17 @@
legacy-dotnet-runtime-version-metadata-name: Runtime_version
os-type-metadata-name: Os_type
outputs:
- type: shell
directory: images
file-name-prefix: __
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: shell
directory: images
file-name-prefix: __
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: runtime-dynamic-installation-constants
constants:
node-installation-dir: /tmp/oryx/nodejs
@ -381,8 +381,8 @@
setup-script-location: /tmp/oryx/setupEnv.sh
ruby-installation-root-dir: /opt/ruby
outputs:
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: hugo-constants
constants:
version: 0.112.5
@ -391,52 +391,52 @@
installation-url-format: https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE#
tar-file-name-format: hugo_extended_#VERSION#_Linux-64bit.tar.gz
toml-file-names:
- config.toml
- hugo.toml
- config.toml
- hugo.toml
yaml-file-names:
- config.yaml
- hugo.yaml
- config.yaml
- hugo.yaml
yml-file-names:
- config.yml
- hugo.yml
- config.yml
- hugo.yml
json-file-names:
- config.json
- hugo.json
- config.json
- hugo.json
config-folder-name: config
outputs:
- type: csharp
directory: src/BuildScriptGenerator/Hugo
namespace: Microsoft.Oryx.BuildScriptGenerator.Hugo
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Hugo
namespace: Microsoft.Oryx.BuildScriptGenerator.Hugo
- type: shell
directory: build
file-name-prefix: __
- name: detector-nuget-packages-versions
constants:
version-prefix: 1.0.0
version-suffix: pre-$(BUILD_BUILDNUMBER)
version: $(VERSION_PREFIX)-$(VERSION_SUFFIX)
outputs:
- type: msbuild
directory: build/detector
file-name-prefix: __
- type: msbuild
directory: build/detector
file-name-prefix: __
- name: detector-nuget-packages-versions
constants:
version-prefix: 1.0.0
version-suffix: '"pre-$BUILD_BUILDNUMBER"'
version: '"$VERSION_PREFIX-$VERSION_SUFFIX"'
outputs:
- type: shell
directory: build/detector
file-name-prefix: __
- type: shell
directory: build/detector
file-name-prefix: __
- name: detector-nuget-packages-versions
constants:
version-prefix: 1.0.0
version-suffix: '"pre-$env:BUILD_BUILDNUMBER"'
version: '"$VERSION_PREFIX-$VERSION_SUFFIX"'
outputs:
- type: powershell
directory: build/detector
file-name-prefix: __
- type: powershell
directory: build/detector
file-name-prefix: __
- name: conda-constants
constants:
conda-version: 4.12.0-0
@ -446,56 +446,56 @@
default-python2-version: 2.7.15
default-python2-conda-environment-yml-file-template-name: python2.default.envrionment.yml.template
outputs:
- type: csharp
directory: src/BuildScriptGenerator/Python
namespace: Microsoft.Oryx.BuildScriptGenerator.Python
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Python
namespace: Microsoft.Oryx.BuildScriptGenerator.Python
- type: shell
directory: build
file-name-prefix: __
- name: java-versions
constants:
java-version: 17.0.2
java-version11: 11.0.14
maven-version: 3.8.5
outputs:
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Java
namespace: Microsoft.Oryx.BuildScriptGenerator.Java
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Java
namespace: Microsoft.Oryx.BuildScriptGenerator.Java
- name: go-versions
constants:
go-version: 1.15.8
outputs:
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Go
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Go
- name: staging-runtime-constants
constants:
dotnetcore-staging-runtime-versions:
-
-
python-staging-runtime-versions:
-
-
node-staging-runtime-versions:
-
-
java-staging-runtime-versions:
-
-
php-staging-runtime-versions:
-
-
hugo-staging-runtime-versions:
-
-
ruby-staging-runtime-versions:
-
-
golang-staging-runtime-versions:
-
-
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __

Просмотреть файл

@ -149,7 +149,6 @@
- 6.0.410
- 6.0.411
- 6.0.412
- 6.0.416
- 7.0.100-preview.1.22110.4
- 7.0.100-preview.5.22307.18
- 7.0.100-preview.6.22352.1
@ -166,7 +165,6 @@
- 7.0.304
- 7.0.305
- 7.0.306
- 7.0.403
- 8.0.100-preview.1.23115.2
- 8.0.100-preview.2.23157.25
- 8.0.100-preview.3.23178.7
@ -1207,16 +1205,20 @@
- 3.8.12
- 3.8.15
- 3.8.16
- 3.8.18
- 3.9.0
- 3.9.1rc1
- 3.9.7
- 3.9.15
- 3.9.18
- 3.10.0a2
- 3.10.0
- 3.10.4
- 3.10.8
- 3.10.13
- 3.11.0b1
- 3.11.0
- 3.11.6
### buster
@ -1229,14 +1231,18 @@
- 3.8.12
- 3.8.15
- 3.8.16
- 3.8.18
- 3.9.0
- 3.9.1rc1
- 3.9.7
- 3.9.15
- 3.9.18
- 3.10.0a2
- 3.10.0
- 3.10.4
- 3.10.8
- 3.10.13
- 3.11.6
### focal-scm
@ -1249,14 +1255,18 @@
- 3.8.12
- 3.8.15
- 3.8.16
- 3.8.18
- 3.9.0
- 3.9.1rc1
- 3.9.7
- 3.9.15
- 3.9.18
- 3.10.0a2
- 3.10.0
- 3.10.4
- 3.10.8
- 3.10.13
- 3.11.6
### stretch
@ -1295,14 +1305,18 @@
- 3.8.12
- 3.8.15
- 3.8.16
- 3.8.18
- 3.9.0
- 3.9.1rc1
- 3.9.7
- 3.9.15
- 3.9.18
- 3.10.0a2
- 3.10.0
- 3.10.4
- 3.10.8
- 3.10.13
- 3.11.6

Просмотреть файл

@ -1,24 +1,24 @@
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file
# version, gpg keys, dockerfile
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.13, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.0, A035C8C19219BA821ECEA86B64E628F8D684696D
3.11.0b1, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.6, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.7.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.12, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.16, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.0, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.1rc1, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.7, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.0b1, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.0, A035C8C19219BA821ECEA86B64E628F8D684696D
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file

Просмотреть файл

@ -1,24 +1,24 @@
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file
# version, gpg keys, dockerfile
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.13, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.6, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.6.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.6.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.12, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.16, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.0, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.1rc1, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.7, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file

Просмотреть файл

@ -1,24 +1,24 @@
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file
# version, gpg keys, dockerfile
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.13, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.6, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.6.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.6.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.12, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.16, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.0, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.1rc1, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.7, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file

Просмотреть файл

@ -1,24 +1,24 @@
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file
# version, gpg keys, dockerfile
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.13, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.6, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.6.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.6.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.12, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.7.15, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.7.9, 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D,
3.8.12, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.16, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.8.6, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.0, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.18, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.1rc1, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.7, E3FF2839C048B25C084DEBE9B26995E310250568,
3.9.15, E3FF2839C048B25C084DEBE9B26995E310250568,
3.10.0a2, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.4, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.8, A035C8C19219BA821ECEA86B64E628F8D684696D,
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file

Просмотреть файл

@ -6,15 +6,15 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common
{
public static class PythonVersions
{
public const string PythonRuntimeBaseTag = "20230901.1";
public const string PythonRuntimeBaseTag = "20231102.1";
public const string PipVersion = "21.2.4";
public const string Python27Version = "2.7.18";
public const string Python36Version = "3.6.15";
public const string Python37Version = "3.7.15";
public const string Python38Version = "3.8.16";
public const string Python39Version = "3.9.15";
public const string Python310Version = "3.10.8";
public const string Python311Version = "3.11.0";
public const string Python38Version = "3.8.18";
public const string Python39Version = "3.9.18";
public const string Python310Version = "3.10.13";
public const string Python311Version = "3.11.6";
public static readonly List<string> RuntimeVersions = new List<string> { "3.7-debian-bullseye", "3.7-debian-buster", "3.8-debian-bullseye", "3.8-debian-buster", "3.9-debian-bullseye", "3.9-debian-buster", "3.10-debian-bullseye", "3.10-debian-buster", "3.11-debian-bullseye", "dynamic-debian-buster" };
}
}