Skip to content

Commit fa41e21

Browse files
committed
Adjust base image exclusion in generate-stackbrew-library.sh
1 parent 01058c1 commit fa41e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ getArches() {
4343

4444
eval "declare -g -A parentRepoToArches=( $(
4545
find -name 'Dockerfile' -exec awk '
46-
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
46+
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|.*\/.*)(:|$)/ {
4747
print "'"$officialImagesUrl"'" $2
4848
}
4949
' '{}' + \

0 commit comments

Comments
 (0)