mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Add each variant to the tag list
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
@@ -81,6 +81,9 @@ for variant in apache fpm fpm-alpine; do
|
||||
variantAliases+=( "${versionAliases[@]}" )
|
||||
fi
|
||||
|
||||
# Add the variant to the tag list
|
||||
variantAliases+=( "${variant}" )
|
||||
|
||||
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$variant/Dockerfile")"
|
||||
|
||||
# depends on docker library
|
||||
|
||||
Reference in New Issue
Block a user