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.
2 parents f20e921 + 103c1c4 commit f5d45e6Copy full SHA for f5d45e6
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