зеркало из https://github.com/microsoft/Oryx.git
Fixed missing defaultVersion.bookworm for Node (#2229)
* Fixed missing defaultVersion.bookworm for node * Updated comment
This commit is contained in:
Родитель
5ed30383fc
Коммит
3dcb51e43e
|
@ -101,15 +101,15 @@ function copyPlatformBlobsToProdForDebianFlavor() {
|
|||
fi
|
||||
|
||||
# Function to copy platform blobs to production for a specific Debian flavor
|
||||
# Dotnet is currently the only platform supporting bookworm.
|
||||
# Dotnet and nodejs are currently the only two platform supporting bookworm.
|
||||
# Allowed combinations:
|
||||
# - platformName=dotnet and debianFlavor=bookworm
|
||||
# - platformName=nodejs and debianFlavor=bookworm
|
||||
# Not allowed combinations:
|
||||
# - platformName=python and debianFlavor=bookworm
|
||||
# - platformName=nodejs and debianFlavor=bookworm
|
||||
# - platformName=java and debianFlavor=bookworm
|
||||
# - Any platformName other than dotnet and debianFlavor=bookworm
|
||||
if [ "$platformName" != "dotnet" ] && [ "$debianFlavor" == "bookworm" ]; then
|
||||
# - Any platformName other than dotnet and node js with debianFlavor=bookworm
|
||||
if [ "$platformName" != "dotnet" ] && [ "$platformName" != "nodejs" ] && [ "$debianFlavor" == "bookworm" ]; then
|
||||
# Do not copy blobs
|
||||
echo "Copying blobs for platformName=$platformName and debianFlavor=$debianFlavor is not supported yet."
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче