mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
Adjust base image exclusion in generate-stackbrew-library.sh
This commit is contained in:
parent
22f1373e68
commit
5f2b9c2d60
@ -51,7 +51,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
Block a user