We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6686916 + 8545fff commit 54f3193Copy full SHA for 54f3193
generate-stackbrew-library.sh
@@ -142,14 +142,6 @@ for version; do
142
*) variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')" ;
143
esac
144
145
-# https://github.com/docker-library/python/issues/1014 (ensurepip failing on s390x 3.14.0a6 Alpine images)
146
-if [[ "$variant"== alpine* ]];then
147
-case"$version"in
148
- 3.9 | 3.10 | 3.11 | 3.12 | 3.13) ;
149
-*) variantArches="$(sed <<<" $variantArches " -e 's/ s390x / /g')" ;
150
-esac
151
-fi
152
-
153
sharedTags=()
154
forwindowsSharedin windowsservercore nanoserver;do
155
if [[ "$variant"=="$windowsShared"* ]];then
0 commit comments