Skip to content

Commit 4064dea

Browse files
authored
Temp fix for space issue (#2395)
1 parent e1852c7 commit 4064dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsts/scripts/tagRunTimeImagesForRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -f "$outFilePmeMCR" ]; then
2828
rm $outFilePmeMCR
2929
fi
3030

31-
declare -r skipImages=("python:3.7" "dotnetcore:3" "dotnetcore:5" "php:7" "ruby")
31+
declare -r skipImages=("python:3.7" "python:3.8" "dotnetcore:3" "dotnetcore:5" "php:7" "php:8.0" "ruby" "node:14")
3232

3333
# This is a temporary function that will be used to skip unused images and will save some space on the agent.
3434
should_skip() {

0 commit comments

Comments
 (0)