There was an error while loading. Please reload this page.
1 parent 408f7b8 commit 87938e9Copy full SHA for 87938e9
1 file changed
generate-stackbrew-library.sh
@@ -47,7 +47,7 @@ getArches() {
47
48
eval "declare -g -A parentRepoToArches=( $(
49
find -name 'Dockerfile' -exec awk '
50
- toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
+ toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|.*\/.*)(:|$)/ {
51
print "'"$officialImagesUrl"'" $2
52
}
53
' '{}' + \
0 commit comments