We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1852c7 commit 4064deaCopy full SHA for 4064dea
vsts/scripts/tagRunTimeImagesForRelease.sh
@@ -28,7 +28,7 @@ if [ -f "$outFilePmeMCR" ]; then
28
rm $outFilePmeMCR
29
fi
30
31
-declare -r skipImages=("python:3.7" "dotnetcore:3" "dotnetcore:5" "php:7" "ruby")
+declare -r skipImages=("python:3.7" "python:3.8" "dotnetcore:3" "dotnetcore:5" "php:7" "php:8.0" "ruby" "node:14")
32
33
# This is a temporary function that will be used to skip unused images and will save some space on the agent.
34
should_skip() {
0 commit comments