This commit is contained in:
Oryx Team 2023-05-16 23:56:15 +00:00
Родитель 0940fef72d
Коммит a45589e3a0
8 изменённых файлов: 130 добавлений и 122 удалений

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

@ -9,4 +9,4 @@ DOT_NET_CORE_50_SDK_VERSION='5.0.302'
DOT_NET_50_SDK_VERSION='5.0.408'
DOT_NET_60_SDK_VERSION='6.0.408'
DOT_NET_60_RTM_SDK_VERSION='6-0-100-rtm-21527-11'
DOT_NET_70_SDK_VERSION='7.0.203'
DOT_NET_70_SDK_VERSION='7.0.302'

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

@ -26,14 +26,14 @@
python-gunicorn-custom-worker-num: PYTHON_GUNICORN_CUSTOM_WORKER_NUM
python-gunicorn-custom-thread-num: PYTHON_GUNICORN_CUSTOM_THREAD_NUM
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
@ -45,7 +45,7 @@
dot-net-50-sdk-version: 5.0.408
dot-net-60-sdk-version: 6.0.408
dot-net-60-rtm-sdk-version: 6-0-100-rtm-21527-11
dot-net-70-sdk-version: 7.0.203
dot-net-70-sdk-version: 7.0.302
runtime-versions:
3.0: debian-buster
3.1: debian-buster
@ -54,12 +54,12 @@
7.0: debian-buster
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: 20230412.1
@ -93,12 +93,12 @@
aspnet-core-app-70: 7.0.5
aspnet-core-app-70-sha: 859d48d0f29e014d56e89161d8001f75b3b0b03ee04f86641066570cfbe267b06798232500a86fd7bc31edf022097278dfeb496874778fead4476863aa994928
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
@ -113,12 +113,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
@ -130,12 +130,12 @@
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: 20230316.1
@ -155,12 +155,12 @@
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: 20230426.1
@ -207,12 +207,12 @@
8.1-fpm: debian-bullseye
8.2-fpm: debian-bullseye
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
@ -232,12 +232,12 @@
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
@ -254,11 +254,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
@ -266,11 +266,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: 20230426.2
@ -293,12 +293,12 @@
18: debian-bullseye
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
@ -322,17 +322,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
@ -342,8 +342,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.96.0
@ -357,39 +357,39 @@
json-file-name: config.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
@ -399,42 +399,42 @@
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:
-
-
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: __

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

@ -53,6 +53,7 @@
- 7.0.201
- 7.0.202
- 7.0.203
- 7.0.302
### buster
@ -123,6 +124,7 @@
- 7.0.201
- 7.0.202
- 7.0.203
- 7.0.302
### focal-scm
@ -193,6 +195,7 @@
- 7.0.201
- 7.0.202
- 7.0.203
- 7.0.302
### stretch
@ -299,6 +302,7 @@
- 7.0.201
- 7.0.202
- 7.0.203
- 7.0.302
## golang

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

@ -50,3 +50,4 @@
7.0.201, fc9d224bf1d3600e878991fc1e8d3b1a0f21c7a8aac7b3cae0e4925ad33172cc12f56210eabfd66cfedd5f70f85918b889673401172b3999cecbeb8f2fe58863,
7.0.202, f415a8e6c078421759a963aa0b232c092ecf2f0a8e014ba72092390aac792ed35e8f3c822b2ce91ed636cdee9342bba2b89fb4fdfd2d28dbb0ac856d828cb29f,
7.0.203, ed1ae7cd88591ec52e1515c4a25d9a832eca29e8a0889549fea35a320e6e356e3806a17289f71fc0b04c36b006ae74446c53771d976c170fcbe5977ac7db1cb6,
7.0.302, 9387bd804ed980ba1bc33093598ddbafa3a761e07d28916c94442cc329533d78a03bfc59d3066a1a861244302414e7e658b4e721b5bc825f623f8f908e748b7e,

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

@ -68,3 +68,4 @@
7.0.201, fc9d224bf1d3600e878991fc1e8d3b1a0f21c7a8aac7b3cae0e4925ad33172cc12f56210eabfd66cfedd5f70f85918b889673401172b3999cecbeb8f2fe58863,
7.0.202, f415a8e6c078421759a963aa0b232c092ecf2f0a8e014ba72092390aac792ed35e8f3c822b2ce91ed636cdee9342bba2b89fb4fdfd2d28dbb0ac856d828cb29f,
7.0.203, ed1ae7cd88591ec52e1515c4a25d9a832eca29e8a0889549fea35a320e6e356e3806a17289f71fc0b04c36b006ae74446c53771d976c170fcbe5977ac7db1cb6,
7.0.302, 9387bd804ed980ba1bc33093598ddbafa3a761e07d28916c94442cc329533d78a03bfc59d3066a1a861244302414e7e658b4e721b5bc825f623f8f908e748b7e,

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

@ -68,3 +68,4 @@
7.0.201, fc9d224bf1d3600e878991fc1e8d3b1a0f21c7a8aac7b3cae0e4925ad33172cc12f56210eabfd66cfedd5f70f85918b889673401172b3999cecbeb8f2fe58863,
7.0.202, f415a8e6c078421759a963aa0b232c092ecf2f0a8e014ba72092390aac792ed35e8f3c822b2ce91ed636cdee9342bba2b89fb4fdfd2d28dbb0ac856d828cb29f,
7.0.203, ed1ae7cd88591ec52e1515c4a25d9a832eca29e8a0889549fea35a320e6e356e3806a17289f71fc0b04c36b006ae74446c53771d976c170fcbe5977ac7db1cb6,
7.0.302, 9387bd804ed980ba1bc33093598ddbafa3a761e07d28916c94442cc329533d78a03bfc59d3066a1a861244302414e7e658b4e721b5bc825f623f8f908e748b7e,

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

@ -60,3 +60,4 @@
7.0.201, fc9d224bf1d3600e878991fc1e8d3b1a0f21c7a8aac7b3cae0e4925ad33172cc12f56210eabfd66cfedd5f70f85918b889673401172b3999cecbeb8f2fe58863,
7.0.202, f415a8e6c078421759a963aa0b232c092ecf2f0a8e014ba72092390aac792ed35e8f3c822b2ce91ed636cdee9342bba2b89fb4fdfd2d28dbb0ac856d828cb29f,
7.0.203, ed1ae7cd88591ec52e1515c4a25d9a832eca29e8a0889549fea35a320e6e356e3806a17289f71fc0b04c36b006ae74446c53771d976c170fcbe5977ac7db1cb6,
7.0.302, 9387bd804ed980ba1bc33093598ddbafa3a761e07d28916c94442cc329533d78a03bfc59d3066a1a861244302414e7e658b4e721b5bc825f623f8f908e748b7e,

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

@ -15,7 +15,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.DotNetCore
public const string DotNet50SdkVersion = "5.0.408";
public const string DotNet60SdkVersion = "6.0.408";
public const string DotNet60RtmSdkVersion = "6-0-100-rtm-21527-11";
public const string DotNet70SdkVersion = "7.0.203";
public const string DotNet70SdkVersion = "7.0.302";
public static readonly Dictionary<string, string> RuntimeVersions = new Dictionary<string, string> { { "3.0", "debian-buster" }, { "3.1", "debian-buster" }, { "5.0", "debian-buster" }, { "6.0", "debian-buster" }, { "7.0", "debian-buster" }, { "dynamic", "debian-buster" } };
}
}