mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-06 12:46:08 +02:00
Revert "Fix parentRepoToArches"
This commit is contained in:
parent
fda5053c31
commit
96c2f48f87
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ getArches() {
|
||||||
eval "declare -g -A parentRepoToArches=( $(
|
eval "declare -g -A parentRepoToArches=( $(
|
||||||
find -maxdepth 3 -name 'Dockerfile' -exec awk '
|
find -maxdepth 3 -name 'Dockerfile' -exec awk '
|
||||||
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
|
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
|
||||||
split($2,x,":"); print "'"$officialImagesUrl"'" x[1]
|
print "'"$officialImagesUrl"'" $2
|
||||||
}
|
}
|
||||||
' '{}' + \
|
' '{}' + \
|
||||||
| sort -u \
|
| sort -u \
|
||||||
|
|
Loading…
Add table
Reference in a new issue