Adjust base image exclusion in generate-stackbrew-library.sh
This commit is contained in:
parent
22f6ecb166
commit
0576eabd93
|
|
@ -43,7 +43,7 @@ getArches() {
|
||||||
|
|
||||||
eval "declare -g -A parentRepoToArches=( $(
|
eval "declare -g -A parentRepoToArches=( $(
|
||||||
find -name 'Dockerfile' -exec awk '
|
find -name 'Dockerfile' -exec awk '
|
||||||
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
|
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|.*\/.*)(:|$)/ {
|
||||||
print "'"$officialImagesUrl"'" $2
|
print "'"$officialImagesUrl"'" $2
|
||||||
}
|
}
|
||||||
' '{}' + \
|
' '{}' + \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue