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 f20e921 commit 103c1c4Copy full SHA for 103c1c4
generate-stackbrew-library.sh
@@ -31,7 +31,7 @@ for version in "${versions[@]}"; do
31
echo "$va: ${url}@${commit} $version"
32
done
33
34
- for variant in onbuild slim wheezy; do
+ for variant in onbuild slim alpine wheezy; do
35
[ -f "$version/$variant/Dockerfile" ] || continue
36
commit="$(cd "$version/$variant" && git log -1 --format='format:%H' -- Dockerfile $(awk 'toupper($1) == "COPY" { for (i = 2; i < NF; i++) { print $i } }' Dockerfile))"
37
echo
0 commit comments