We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01058c1 commit fa41e21Copy full SHA for fa41e21
generate-stackbrew-library.sh
@@ -43,7 +43,7 @@ getArches() {
43
44
eval "declare -g -A parentRepoToArches=( $(
45
find -name 'Dockerfile' -exec awk '
46
- toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
+ toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|.*\/.*)(:|$)/ {
47
print "'"$officialImagesUrl"'" $2
48
}
49
' '{}' + \
0 commit comments