Skip to content

Commit 080b343

Browse files
committed
Update generate-stackbrew-library.sh to include onbuild tags
1 parent 5f83271 commit 080b343

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
1010

1111
versions=( */ )
1212
versions=( "${versions[@]%/}" )
13-
url='git://github.com/docker-library/docker-python'
13+
url='git://github.com/docker-library/python'
1414

1515
echo '# maintainer: InfoSiftr <github@infosiftr.com> (@infosiftr)'
1616

@@ -24,4 +24,17 @@ for version in "${versions[@]}"; do
2424
for va in "${versionAliases[@]}"; do
2525
echo "$va: ${url}@${commit} $version"
2626
done
27+
28+
for variant in onbuild; do
29+
commit="$(git log -1 --format='format:%H' "$version/$variant")"
30+
echo
31+
for va in "${versionAliases[@]}"; do
32+
if [ "$va" = 'latest' ]; then
33+
va="$variant"
34+
else
35+
va="$va-$variant"
36+
fi
37+
echo "$va: ${url}@${commit} $version/$variant"
38+
done
39+
done
2740
done

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy