From 4064deae7fe8a3d44e7aaf63e05c5bebf57ddf3c Mon Sep 17 00:00:00 2001 From: kumaraksh1 <112485097+kumaraksh1@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:55:42 +0530 Subject: [PATCH] Temp fix for space issue (#2395) --- vsts/scripts/tagRunTimeImagesForRelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsts/scripts/tagRunTimeImagesForRelease.sh b/vsts/scripts/tagRunTimeImagesForRelease.sh index b39f55f83a..804f5c92f0 100644 --- a/vsts/scripts/tagRunTimeImagesForRelease.sh +++ b/vsts/scripts/tagRunTimeImagesForRelease.sh @@ -28,7 +28,7 @@ if [ -f "$outFilePmeMCR" ]; then rm $outFilePmeMCR fi -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") # This is a temporary function that will be used to skip unused images and will save some space on the agent. should_skip() {