Skip to content

Commit 87938e9

Browse files
committed
Adjust base image exclusion in generate-stackbrew-library.sh
1 parent 408f7b8 commit 87938e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate-stackbrew-library.sh

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

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

0 commit comments

Comments
 (0)