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 6ca83d9 commit 81f17baCopy full SHA for 81f17ba
generate-stackbrew-library.sh
@@ -41,7 +41,7 @@ getArches() {
41
local repo="$1"; shift
42
local officialImagesUrl='https://github.com/docker-library/official-images/raw/master/library/'
43
44
- eval "declare -A -g parentRepoToArches=( $(
+ eval "declare -g -A parentRepoToArches=( $(
45
find -name 'Dockerfile' -exec awk '
46
toupper($1) == "FROM" && $2 !~ /^('"$repo"'|scratch|microsoft\/[^:]+)(:|$)/ {
47
print "'"$officialImagesUrl"'" $2
0 commit comments