Skip to content

Commit

Permalink
Temp fix for space issue (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraksh1 authored Mar 19, 2024
1 parent e1852c7 commit 4064dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsts/scripts/tagRunTimeImagesForRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4064dea

Please sign in to comment.