Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python #7871

Merged
merged 1 commit into from
Apr 23, 2020
Merged

Update python #7871

merged 1 commit into from
Apr 23, 2020

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/python@5c38998: Switch from Alpine 3.10 to 3.11 for Python 3.9-rc
@yosifkit
Copy link
Member Author

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 28cc9e3..2411c26 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -160,13 +160,13 @@ python:buster @ i386
 python:buster @ mips64le
 python:buster @ ppc64le
 python:buster @ s390x
-python:rc-alpine3.10 @ amd64
-python:rc-alpine3.10 @ arm32v6
-python:rc-alpine3.10 @ arm32v7
-python:rc-alpine3.10 @ arm64v8
-python:rc-alpine3.10 @ i386
-python:rc-alpine3.10 @ ppc64le
-python:rc-alpine3.10 @ s390x
+python:rc-alpine @ amd64
+python:rc-alpine @ arm32v6
+python:rc-alpine @ arm32v7
+python:rc-alpine @ arm64v8
+python:rc-alpine @ i386
+python:rc-alpine @ ppc64le
+python:rc-alpine @ s390x
 python:rc-buster @ amd64
 python:rc-buster @ arm32v5
 python:rc-buster @ arm32v7
diff --git a/_bashbrew-list b/_bashbrew-list
index e135d00..16c9d03 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -89,13 +89,15 @@ python:3.8.2-windowsservercore
 python:3.8.2-windowsservercore-1809
 python:3.8.2-windowsservercore-ltsc2016
 python:3.9-rc
-python:3.9-rc-alpine3.10
+python:3.9-rc-alpine
+python:3.9-rc-alpine3.11
 python:3.9-rc-buster
 python:3.9-rc-windowsservercore
 python:3.9-rc-windowsservercore-1809
 python:3.9-rc-windowsservercore-ltsc2016
 python:3.9.0a5
-python:3.9.0a5-alpine3.10
+python:3.9.0a5-alpine
+python:3.9.0a5-alpine3.11
 python:3.9.0a5-buster
 python:3.9.0a5-windowsservercore
 python:3.9.0a5-windowsservercore-1809
@@ -106,7 +108,8 @@ python:alpine3.11
 python:buster
 python:latest
 python:rc
-python:rc-alpine3.10
+python:rc-alpine
+python:rc-alpine3.11
 python:rc-buster
 python:rc-windowsservercore
 python:rc-windowsservercore-1809
diff --git a/python_rc-alpine3.10/Dockerfile b/python_rc-alpine/Dockerfile
similarity index 99%
rename from python_rc-alpine3.10/Dockerfile
rename to python_rc-alpine/Dockerfile
index da6ec24..37a03d9 100644
--- a/python_rc-alpine3.10/Dockerfile
+++ b/python_rc-alpine/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM alpine:3.10
+FROM alpine:3.11
 
 # ensure local python is preferred over distribution python
 ENV PATH /usr/local/bin:$PATH

@yosifkit
Copy link
Member Author

Just FYI, our build queue is currently pretty bloated due to #7858, #7867, and #7865, so it may be a while before this reflected on the Docker Hub.

Build test of #7871; 22bdcd3; amd64 (python):

$ bashbrew build python:3.9.0a5-buster
Using bashbrew/cache:e304c86d762d6a685fa27b214eeb19f8d0a0e07359d547dd3a26444f5bc8a92e (python:3.9.0a5-buster)
Tagging python:3.9.0a5-buster
Tagging python:3.9-rc-buster
Tagging python:rc-buster
Tagging python:3.9.0a5
Tagging python:3.9-rc
Tagging python:rc

$ test/run.sh python:3.9.0a5-buster
testing python:3.9.0a5-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.8+ (yet!)
passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.9.0a5-alpine3.11
Building bashbrew/cache:feef2e253a1d8f7c8e38952356403a259e978d7d0c83ae85a2a9efc29ea154b9 (python:3.9.0a5-alpine3.11)
Tagging python:3.9.0a5-alpine3.11
Tagging python:3.9-rc-alpine3.11
Tagging python:rc-alpine3.11
Tagging python:3.9.0a5-alpine
Tagging python:3.9-rc-alpine
Tagging python:rc-alpine

$ test/run.sh python:3.9.0a5-alpine3.11
testing python:3.9.0a5-alpine3.11
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.8+ (yet!)
passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.9.0a5-windowsservercore-ltsc2016
skipping "python:3.9.0a5-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh python:3.9.0a5-windowsservercore-ltsc2016
testing python:3.9.0a5-windowsservercore-ltsc2016
	image has no tests...skipping


$ bashbrew build python:3.9.0a5-windowsservercore-1809
skipping "python:3.9.0a5-windowsservercore-1809" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh python:3.9.0a5-windowsservercore-1809
testing python:3.9.0a5-windowsservercore-1809
	image has no tests...skipping


$ bashbrew build python:3.8.2-buster
Using bashbrew/cache:87d643e41ce046df071888bf22b73749ec55c8a15aa6f3ba840a709a80bbe373 (python:3.8.2-buster)
Tagging python:3.8.2-buster
Tagging python:3.8-buster
Tagging python:3-buster
Tagging python:buster
Tagging python:3.8.2
Tagging python:3.8
Tagging python:3
Tagging python:latest

$ test/run.sh python:3.8.2-buster
testing python:3.8.2-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.8+ (yet!)
passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.8.2-slim-buster
Building bashbrew/cache:b60e45ac066f8f48a47e7415e09fdbb7fff3db11f4ad9c18e0b353c180768313 (python:3.8.2-slim-buster)
Tagging python:3.8.2-slim-buster
Tagging python:3.8-slim-buster
Tagging python:3-slim-buster
Tagging python:slim-buster
Tagging python:3.8.2-slim
Tagging python:3.8-slim
Tagging python:3-slim
Tagging python:slim

$ test/run.sh python:3.8.2-slim-buster
testing python:3.8.2-slim-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.8+ (yet!)
passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.8.2-alpine3.11
Building bashbrew/cache:9a91ae6d70a5fb3afb0b1a4d27fbc5f059f60c9c76a7e8f1885be4979e90faac (python:3.8.2-alpine3.11)
Tagging python:3.8.2-alpine3.11
Tagging python:3.8-alpine3.11
Tagging python:3-alpine3.11
Tagging python:alpine3.11
Tagging python:3.8.2-alpine
Tagging python:3.8-alpine
Tagging python:3-alpine
Tagging python:alpine

$ test/run.sh python:3.8.2-alpine3.11
testing python:3.8.2-alpine3.11
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.8+ (yet!)
passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.8.2-alpine3.10
Building bashbrew/cache:8d9a8c55bd1d93d7bb55309996040c7aca5739d5e69def59bc028d7ca4214e86 (python:3.8.2-alpine3.10)
Tagging python:3.8.2-alpine3.10
Tagging python:3.8-alpine3.10
Tagging python:3-alpine3.10
Tagging python:alpine3.10

$ test/run.sh python:3.8.2-alpine3.10
testing python:3.8.2-alpine3.10
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.8+ (yet!)
passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.8.2-windowsservercore-ltsc2016
skipping "python:3.8.2-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh python:3.8.2-windowsservercore-ltsc2016
testing python:3.8.2-windowsservercore-ltsc2016
	image has no tests...skipping


$ bashbrew build python:3.8.2-windowsservercore-1809
skipping "python:3.8.2-windowsservercore-1809" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh python:3.8.2-windowsservercore-1809
testing python:3.8.2-windowsservercore-1809
	image has no tests...skipping


$ bashbrew build python:3.7.7-buster
Using bashbrew/cache:292c47b4d6b7e6f886f5f4a78a9ed4cf349a91469f745eb49b6ba3f66c59f0e2 (python:3.7.7-buster)
Tagging python:3.7.7-buster
Tagging python:3.7-buster
Tagging python:3.7.7
Tagging python:3.7

$ test/run.sh python:3.7.7-buster
testing python:3.7.7-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.7.7-slim-buster
Building bashbrew/cache:b037d294f3382208f9cfaa2a3ad6db8953e3478549e3d885fd0306a0cbef5d82 (python:3.7.7-slim-buster)
Tagging python:3.7.7-slim-buster
Tagging python:3.7-slim-buster
Tagging python:3.7.7-slim
Tagging python:3.7-slim

$ test/run.sh python:3.7.7-slim-buster
testing python:3.7.7-slim-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.7.7-stretch
Using bashbrew/cache:41f0a9d7776b2ccc57917daa199fd77e3f9d265a0fbb6cf997795b09b6bcae65 (python:3.7.7-stretch)
Tagging python:3.7.7-stretch
Tagging python:3.7-stretch

$ test/run.sh python:3.7.7-stretch
testing python:3.7.7-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.7.7-slim-stretch
Building bashbrew/cache:2d5c5abb34198cd25c9cf992116b8840411e7073f897245e2ccba74bc0dcd674 (python:3.7.7-slim-stretch)
Tagging python:3.7.7-slim-stretch
Tagging python:3.7-slim-stretch

$ test/run.sh python:3.7.7-slim-stretch
testing python:3.7.7-slim-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.7.7-alpine3.11
Building bashbrew/cache:1f506cdc42a34a731a3a65a1999c4788d0503294f388badc666eee1e3026f5d7 (python:3.7.7-alpine3.11)
Tagging python:3.7.7-alpine3.11
Tagging python:3.7-alpine3.11
Tagging python:3.7.7-alpine
Tagging python:3.7-alpine

$ test/run.sh python:3.7.7-alpine3.11
testing python:3.7.7-alpine3.11
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.7.7-alpine3.10
Building bashbrew/cache:b08d3282d6f367f317250c2832226692c2fd111c3593cd1dc79af31b82907042 (python:3.7.7-alpine3.10)
Tagging python:3.7.7-alpine3.10
Tagging python:3.7-alpine3.10

$ test/run.sh python:3.7.7-alpine3.10
testing python:3.7.7-alpine3.10
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.7.7-windowsservercore-ltsc2016
skipping "python:3.7.7-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh python:3.7.7-windowsservercore-ltsc2016
testing python:3.7.7-windowsservercore-ltsc2016
	image has no tests...skipping


$ bashbrew build python:3.7.7-windowsservercore-1809
skipping "python:3.7.7-windowsservercore-1809" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh python:3.7.7-windowsservercore-1809
testing python:3.7.7-windowsservercore-1809
	image has no tests...skipping


$ bashbrew build python:3.6.10-buster
Using bashbrew/cache:5d4710012e5d082ec5821dd966a978ceb8b83c511762bf047a1955fef78dab56 (python:3.6.10-buster)
Tagging python:3.6.10-buster
Tagging python:3.6-buster
Tagging python:3.6.10
Tagging python:3.6

$ test/run.sh python:3.6.10-buster
testing python:3.6.10-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.6.10-slim-buster
Building bashbrew/cache:ca5047658a1633ebf7c954b1ec0fda007451befd4093e25567ab9a89841bc1fe (python:3.6.10-slim-buster)
Tagging python:3.6.10-slim-buster
Tagging python:3.6-slim-buster
Tagging python:3.6.10-slim
Tagging python:3.6-slim

$ test/run.sh python:3.6.10-slim-buster
testing python:3.6.10-slim-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.6.10-stretch
Using bashbrew/cache:68c441479f504bec81e366af1099c5a99b655cd51dfa4e3947925cbab3fa63c5 (python:3.6.10-stretch)
Tagging python:3.6.10-stretch
Tagging python:3.6-stretch

$ test/run.sh python:3.6.10-stretch
testing python:3.6.10-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.6.10-slim-stretch
Building bashbrew/cache:3a79ffdedced4e1ad0effe0856866d7214088be15c12fb06e26443c39debe956 (python:3.6.10-slim-stretch)
Tagging python:3.6.10-slim-stretch
Tagging python:3.6-slim-stretch

$ test/run.sh python:3.6.10-slim-stretch
testing python:3.6.10-slim-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.6.10-alpine3.11
Building bashbrew/cache:99eb39258773dbefacc30ba443d4bc73bbfdde676b21801fb8b9d6342e88b0b8 (python:3.6.10-alpine3.11)
Tagging python:3.6.10-alpine3.11
Tagging python:3.6-alpine3.11
Tagging python:3.6.10-alpine
Tagging python:3.6-alpine

$ test/run.sh python:3.6.10-alpine3.11
testing python:3.6.10-alpine3.11
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.6.10-alpine3.10
Building bashbrew/cache:77cc317e59564612056db60c1adbc3024f48854f584374103bb07b26f51950d8 (python:3.6.10-alpine3.10)
Tagging python:3.6.10-alpine3.10
Tagging python:3.6-alpine3.10

$ test/run.sh python:3.6.10-alpine3.10
testing python:3.6.10-alpine3.10
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.5.9-buster
Using bashbrew/cache:d4c0724a17d20cbb05c39211cd31e9c7c16ade7231896ec4814898e8f3c69436 (python:3.5.9-buster)
Tagging python:3.5.9-buster
Tagging python:3.5-buster
Tagging python:3.5.9
Tagging python:3.5

$ test/run.sh python:3.5.9-buster
testing python:3.5.9-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.5.9-slim-buster
Building bashbrew/cache:9ff04d0c5a40de5bf71cbf793863288264b85f12c1c5a3bbd037e61075985082 (python:3.5.9-slim-buster)
Tagging python:3.5.9-slim-buster
Tagging python:3.5-slim-buster
Tagging python:3.5.9-slim
Tagging python:3.5-slim

$ test/run.sh python:3.5.9-slim-buster
testing python:3.5.9-slim-buster
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.5.9-stretch
Using bashbrew/cache:1764fb9731e2c3885e860500fd1ea0ab223cb3eba9c5db01cae922c89ac87fd4 (python:3.5.9-stretch)
Tagging python:3.5.9-stretch
Tagging python:3.5-stretch

$ test/run.sh python:3.5.9-stretch
testing python:3.5.9-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.5.9-slim-stretch
Building bashbrew/cache:e2505642a9c25504694c57a72623ed0ea070e97f77a184e6add40b5f5de7b585 (python:3.5.9-slim-stretch)
Tagging python:3.5.9-slim-stretch
Tagging python:3.5-slim-stretch

$ test/run.sh python:3.5.9-slim-stretch
testing python:3.5.9-slim-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.5.9-alpine3.11
Building bashbrew/cache:c67f2a14e3a55c1a516b1c16b1d1c36ea03cc646fe3ad953acf871fef5af826e (python:3.5.9-alpine3.11)
Tagging python:3.5.9-alpine3.11
Tagging python:3.5-alpine3.11
Tagging python:3.5.9-alpine
Tagging python:3.5-alpine

$ test/run.sh python:3.5.9-alpine3.11
testing python:3.5.9-alpine3.11
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build python:3.5.9-alpine3.10
Building bashbrew/cache:22e1d2ff7d3fa9806cd1c9a1e695aee70692e396b9238daddd9616217c38bcc2 (python:3.5.9-alpine3.10)
Tagging python:3.5.9-alpine3.10
Tagging python:3.5-alpine3.10

$ test/run.sh python:3.5.9-alpine3.10
testing python:3.5.9-alpine3.10
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed

@yosifkit yosifkit merged commit 9505106 into docker-library:master Apr 23, 2020
@yosifkit yosifkit deleted the python branch April 23, 2020 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants