@@ -47,15 +47,15 @@ maintained by the
4747* [ Python 3.10] ( https://github.com/docker-library/python/tree/master/3.10/ )
4848 + [ Python 3.10 - Debian Bullseye] ( https://github.com/docker-library/python/tree/master/3.10/bullseye )
4949 + [ Python 3.10 - Debian Buster] ( https://github.com/docker-library/python/tree/master/3.10/buster )
50- + [ Python 3.10 - Alpine 3.15 ] ( https://github.com/docker-library/python/tree/master/3.10/alpine3.15 )
50+ + [ Python 3.10 - Alpine 3.16 ] ( https://github.com/docker-library/python/tree/master/3.10/alpine3.16 )
5151* [ Python 3.9] ( https://github.com/docker-library/python/tree/master/3.9/ )
5252 + [ Python 3.9 - Debian Bullseye] ( https://github.com/docker-library/python/tree/master/3.9/bullseye )
5353 + [ Python 3.9 - Debian Buster] ( https://github.com/docker-library/python/tree/master/3.9/buster )
54- + [ Python 3.9 - Alpine 3.15 ] ( https://github.com/docker-library/python/tree/master/3.9/alpine3.15 )
54+ + [ Python 3.9 - Alpine 3.16 ] ( https://github.com/docker-library/python/tree/master/3.9/alpine3.16 )
5555* [ Python 3.8] ( https://github.com/docker-library/python/tree/master/3.8/ )
5656 + [ Python 3.8 - Debian Bullseye] ( https://github.com/docker-library/python/tree/master/3.8/bullseye )
5757 + [ Python 3.8 - Debian Buster] ( https://github.com/docker-library/python/tree/master/3.8/buster )
58- + [ Python 3.8 - Alpine 3.15 ] ( https://github.com/docker-library/python/tree/master/3.8/alpine3.15 )
58+ + [ Python 3.8 - Alpine 3.16 ] ( https://github.com/docker-library/python/tree/master/3.8/alpine3.16 )
5959
6060In the OCI image, Python packages are installed by the ` pip ` utility.
6161For testing purposes, outside of the container, Python virtual environments
@@ -93,25 +93,26 @@ of Dash applications.
9393 + [ Python 3.10] ( https://github.com/docker-library/python/tree/master/3.10 )
9494 - https://github.com/docker-library/python/tree/master/3.10/bullseye
9595 - https://github.com/docker-library/python/tree/master/3.10/buster
96- - https://github.com/docker-library/python/tree/master/3.10/alpine3.15
96+ - https://github.com/docker-library/python/tree/master/3.10/alpine3.16
9797 + [ Python 3.9] ( https://github.com/docker-library/python/tree/master/3.9 )
9898 - https://github.com/docker-library/python/tree/master/3.9/bullseye
9999 - https://github.com/docker-library/python/tree/master/3.9/buster
100- - https://github.com/docker-library/python/tree/master/3.9/alpine3.15
100+ - https://github.com/docker-library/python/tree/master/3.9/alpine3.16
101101 + [ Python 3.8] ( https://github.com/docker-library/python/tree/master/3.8 )
102102 - https://github.com/docker-library/python/tree/master/3.8/bullseye
103103 - https://github.com/docker-library/python/tree/master/3.8/buster
104- - https://github.com/docker-library/python/tree/master/3.8/alpine3.15
104+ - https://github.com/docker-library/python/tree/master/3.8/alpine3.16
105105 + [ Python 3.7] ( https://github.com/docker-library/python/tree/master/3.7 )
106106 - https://github.com/docker-library/python/tree/master/3.7/bullseye
107107 - https://github.com/docker-library/python/tree/master/3.7/buster
108- - https://github.com/docker-library/python/tree/master/3.7/alpine3.15
108+ - https://github.com/docker-library/python/tree/master/3.7/alpine3.16
109109
110110* [ Debian releases] ( https://wiki.debian.org/DebianReleases )
111111 + [ Debian 11 Bullseye] ( https://wiki.debian.org/DebianBullseye )
112112 + [ Debian 10 Buster] ( https://wiki.debian.org/DebianBuster )
113113
114114* [ Alpine Linux releases] ( https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases )
115+ + [ Alpine 3.16] ( https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0 )
115116 + [ Alpine 3.15] ( https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.15.0 )
116117 + [ Alpine 3.14] ( https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0 )
117118
@@ -151,9 +152,9 @@ $ docker build -t infrahelpers/python-light:py310-bullseye python-3.10-bullseye
151152``` bash
152153$ docker build -t infrahelpers/python-light:py310-buster python-3.10-buster
153154```
154- - `py310-alp315 ` tag: Alpine 3.15 / Python 3.10:
155+ - `py310-alp316 ` tag: Alpine 3.16 / Python 3.10:
155156``` bash
156- $ docker build -t infrahelpers/python-light:py310-alp315 python-3.10-alpine-3.15
157+ $ docker build -t infrahelpers/python-light:py310-alp315 python-3.10-alpine-3.16
157158```
158159 + Python 3.9
159160 - ` py39-bullseye ` tag: Debian Bullseye / Python 3.9:
@@ -164,11 +165,15 @@ $ docker build -t infrahelpers/python-light:py39-bullseye python-3.9-bullseye
164165``` bash
165166$ docker build -t infrahelpers/python-light:py39-buster python-3.9-buster
166167```
167- - `py39-alp315 ` tag: Alpine 3.15 / Python 3.9:
168+ - `py39-alp316 ` tag: Alpine 3.16 / Python 3.9:
168169``` bash
169- $ docker build -t infrahelpers/python-light:py39-alp315 python-3.9-alpine-3.15
170+ $ docker build -t infrahelpers/python-light:py39-alp316 python-3.9-alpine-3.16
170171```
171- - `alp315-py397` tag: Alpine 3.15 / Python 3.9.7:
172+ - `alp316-py3104` tag: Alpine 3.16 / Python 3.9.7:
173+ ``` bash
174+ $ docker build -t infrahelpers/python-light:alp316-py3104 alpine-3.16
175+ ```
176+ - `alp316-py397` tag: Alpine 3.15 / Python 3.9.7:
172177``` bash
173178$ docker build -t infrahelpers/python-light:alp315-py397 alpine-3.15
174179```
@@ -182,9 +187,9 @@ $ docker tag infrahelpers/python-light:py38-bullseye infrahelpers/python-light:l
182187``` bash
183188$ docker build -t infrahelpers/python-light:py38-buster python-3.8-buster
184189```
185- - `py38-alp315 ` tag: Alpine 3.15 / Python 3.8:
190+ - `py38-alp316 ` tag: Alpine 3.16 / Python 3.8:
186191``` bash
187- $ docker build -t infrahelpers/python-light:py38-alp315 python-3.8-alpine-3.15
192+ $ docker build -t infrahelpers/python-light:py38-alp316 python-3.8-alpine-3.16
188193```
189194
190195* (Optional) Push the newly built images to Docker Hub.
@@ -195,14 +200,15 @@ $ docker build -t infrahelpers/python-light:py38-alp315 python-3.8-alpine-3.15
195200$ docker login
196201$ docker push infrahelpers/python-light:py310-bullseye
197202$ docker push infrahelpers/python-light:py310-buster
198- $ docker push infrahelpers/python-light:py310-alp315
203+ $ docker push infrahelpers/python-light:py310-alp316
199204$ docker push infrahelpers/python-light:py39-bullseye
200205$ docker push infrahelpers/python-light:py39-buster
201- $ docker push infrahelpers/python-light:py39-alp315
206+ $ docker push infrahelpers/python-light:py39-alp316
202207$ docker push infrahelpers/python-light:py38-bullseye
203208$ docker push infrahelpers/python-light:latest
204209$ docker push infrahelpers/python-light:py38-buster
205- $ docker push infrahelpers/python-light:py38-alp315
210+ $ docker push infrahelpers/python-light:py38-alp316
211+ $ docker push infrahelpers/python-light:alp316-py3104
206212$ docker push infrahelpers/python-light:alp315-py397
207213```
208214
@@ -222,8 +228,8 @@ $ docker push quay.io/artificialintelligence/python-light:py310-bullseye
222228$ docker tag infrahelpers/python-light:py310-buster quay.io/artificialintelligence/python-light:py310-buster
223229$ docker push quay.io/artificialintelligence/python-light:py310-buster
224230#
225- $ docker tag infrahelpers/python-light:py310-alp315 quay.io/artificialintelligence/python-light:py310-alp315
226- $ docker push quay.io/artificialintelligence/python-light:py310-alp315
231+ $ docker tag infrahelpers/python-light:py310-alp316 quay.io/artificialintelligence/python-light:py310-alp316
232+ $ docker push quay.io/artificialintelligence/python-light:py310-alp316
227233```
228234 + Python 3.9:
229235``` bash
@@ -233,8 +239,11 @@ $ docker push quay.io/artificialintelligence/python-light:py39-bullseye
233239$ docker tag infrahelpers/python-light:py39-buster quay.io/artificialintelligence/python-light:py39-buster
234240$ docker push quay.io/artificialintelligence/python-light:py39-buster
235241#
236- $ docker tag infrahelpers/python-light:py39-alp315 quay.io/artificialintelligence/python-light:py39-alp315
237- $ docker push quay.io/artificialintelligence/python-light:py39-alp315
242+ $ docker tag infrahelpers/python-light:py39-alp316 quay.io/artificialintelligence/python-light:py39-alp316
243+ $ docker push quay.io/artificialintelligence/python-light:py39-alp316
244+ #
245+ $ docker tag infrahelpers/python-light:alp316-py3104 quay.io/artificialintelligence/python-light:alp316-py3104
246+ $ docker push quay.io/artificialintelligence/python-light:alp316-py3104
238247#
239248$ docker tag infrahelpers/python-light:alp315-py397 quay.io/artificialintelligence/python-light:alp315-py397
240249$ docker push quay.io/artificialintelligence/python-light:alp315-py397
@@ -247,8 +256,8 @@ $ docker push quay.io/artificialintelligence/python-light:py38-bullseye
247256$ docker tag infrahelpers/python-light:py38-buster quay.io/artificialintelligence/python-light:py38-buster
248257$ docker push quay.io/artificialintelligence/python-light:py38-buster
249258#
250- $ docker tag infrahelpers/python-light:py38-alp315 quay.io/artificialintelligence/python-light:py38-alp315
251- $ docker push quay.io/artificialintelligence/python-light:py38-alp315
259+ $ docker tag infrahelpers/python-light:py38-alp316 quay.io/artificialintelligence/python-light:py38-alp316
260+ $ docker push quay.io/artificialintelligence/python-light:py38-alp316
252261```
253262
254263* Shutdown the Docker image
0 commit comments