@@ -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.14 ] ( https://github.com/docker-library/python/tree/master/3.10/alpine3.14 )
50+ + [ Python 3.10 - Alpine 3.15 ] ( https://github.com/docker-library/python/tree/master/3.10/alpine3.15 )
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.14 ] ( https://github.com/docker-library/python/tree/master/3.9/alpine3.14 )
54+ + [ Python 3.9 - Alpine 3.15 ] ( https://github.com/docker-library/python/tree/master/3.9/alpine3.15 )
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.14 ] ( https://github.com/docker-library/python/tree/master/3.8/alpine3.14 )
58+ + [ Python 3.8 - Alpine 3.15 ] ( https://github.com/docker-library/python/tree/master/3.8/alpine3.15 )
5959
6060In the OCI image, Python packages are installed by the ` pip ` utility.
6161For testing purposes, outside of the container, Python virtual environments
@@ -93,27 +93,27 @@ 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.14
96+ - https://github.com/docker-library/python/tree/master/3.10/alpine3.15
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.14
100+ - https://github.com/docker-library/python/tree/master/3.9/alpine3.15
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.14
104+ - https://github.com/docker-library/python/tree/master/3.8/alpine3.15
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.14
108+ - https://github.com/docker-library/python/tree/master/3.7/alpine3.15
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.15] ( https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.15.0 )
115116 + [ Alpine 3.14] ( https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0 )
116- + [ Alpine 3.13] ( https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0 )
117117
118118# Simple use
119119* Download the Docker image:
@@ -145,46 +145,46 @@ $ cd docker-python-light
145145 + Python 3.10
146146 - ` py310-bullseye ` tag: Debian Bullseye / Python 3.10:
147147``` bash
148- $ docker build -t infrahelpers/python-light:py310-bullseye docker/ python-3.10-bullseye
148+ $ docker build -t infrahelpers/python-light:py310-bullseye python-3.10-bullseye
149149```
150150 - `py310-buster` tag: Debian Buster / Python 3.10:
151151``` bash
152- $ docker build -t infrahelpers/python-light:py310-buster docker/ python-3.10-buster
152+ $ docker build -t infrahelpers/python-light:py310-buster python-3.10-buster
153153```
154- - `py310-alp314 ` tag: Alpine 3.14 / Python 3.10:
154+ - `py310-alp315 ` tag: Alpine 3.15 / Python 3.10:
155155``` bash
156- $ docker build -t infrahelpers/python-light:py310-alp314 docker/ python-3.10-alpine-3.14
156+ $ docker build -t infrahelpers/python-light:py310-alp315 python-3.10-alpine-3.15
157157```
158158 + Python 3.9
159159 - ` py39-bullseye ` tag: Debian Bullseye / Python 3.9:
160160``` bash
161- $ docker build -t infrahelpers/python-light:py39-bullseye docker/ python-3.9-bullseye
161+ $ docker build -t infrahelpers/python-light:py39-bullseye python-3.9-bullseye
162162```
163163 - `py39-buster` tag: Debian Buster / Python 3.9:
164164``` bash
165- $ docker build -t infrahelpers/python-light:py39-buster docker/ python-3.9-buster
165+ $ docker build -t infrahelpers/python-light:py39-buster python-3.9-buster
166166```
167- - `py39-alp314 ` tag: Alpine 3.14 / Python 3.9:
167+ - `py39-alp315 ` tag: Alpine 3.15 / Python 3.9:
168168``` bash
169- $ docker build -t infrahelpers/python-light:py39-alp314 docker/ python-3.9-alpine-3.14
169+ $ docker build -t infrahelpers/python-light:py39-alp315 python-3.9-alpine-3.15
170170```
171- - `alp314-py395 ` tag: Alpine 3.14 / Python 3.9.5 :
171+ - `alp315-py397 ` tag: Alpine 3.15 / Python 3.9.7 :
172172``` bash
173- $ docker build -t infrahelpers/python-light:alp314-py395 docker/ alpine-3.14
173+ $ docker build -t infrahelpers/python-light:alp315-py397 alpine-3.15
174174```
175175 + Python 3.8
176176 - ` latest ` /` py38-bullseye ` tags: Debian Bullseye / Python 3.8:
177177``` bash
178- $ docker build -t infrahelpers/python-light:py38-bullseye docker/ python-3.8-bullseye
178+ $ docker build -t infrahelpers/python-light:py38-bullseye python-3.8-bullseye
179179$ docker tag infrahelpers/python-light:py38-bullseye infrahelpers/python-light:latest
180180```
181181 - `py38-buster` tags: Debian Buster / Python 3.8:
182182``` bash
183- $ docker build -t infrahelpers/python-light:py38-buster docker/ python-3.8-buster
183+ $ docker build -t infrahelpers/python-light:py38-buster python-3.8-buster
184184```
185- - `py38-alp314 ` tag: Alpine 3.14 / Python 3.8:
185+ - `py38-alp315 ` tag: Alpine 3.15 / Python 3.8:
186186``` bash
187- $ docker build -t infrahelpers/python-light:py38-alp314 docker/ python-3.8-alpine-3.14
187+ $ docker build -t infrahelpers/python-light:py38-alp315 python-3.8-alpine-3.15
188188```
189189
190190* (Optional) Push the newly built images to Docker Hub.
@@ -195,15 +195,15 @@ $ docker build -t infrahelpers/python-light:py38-alp314 docker/python-3.8-alpine
195195$ docker login
196196$ docker push infrahelpers/python-light:py310-bullseye
197197$ docker push infrahelpers/python-light:py310-buster
198- $ docker push infrahelpers/python-light:py310-alp314
198+ $ docker push infrahelpers/python-light:py310-alp315
199199$ docker push infrahelpers/python-light:py39-bullseye
200200$ docker push infrahelpers/python-light:py39-buster
201- $ docker push infrahelpers/python-light:py39-alp314
201+ $ docker push infrahelpers/python-light:py39-alp315
202202$ docker push infrahelpers/python-light:py38-bullseye
203203$ docker push infrahelpers/python-light:latest
204204$ docker push infrahelpers/python-light:py38-buster
205- $ docker push infrahelpers/python-light:py38-alp314
206- $ docker push infrahelpers/python-light:alp314-py395
205+ $ docker push infrahelpers/python-light:py38-alp315
206+ $ docker push infrahelpers/python-light:alp315-py397
207207```
208208
209209* (Optional) Push the newly built images to Quay.io.
@@ -222,8 +222,8 @@ $ docker push quay.io/artificialintelligence/python-light:py310-bullseye
222222$ docker tag infrahelpers/python-light:py310-buster quay.io/artificialintelligence/python-light:py310-buster
223223$ docker push quay.io/artificialintelligence/python-light:py310-buster
224224#
225- $ docker tag infrahelpers/python-light:py310-alp314 quay.io/artificialintelligence/python-light:py310-alp314
226- $ docker push quay.io/artificialintelligence/python-light:py310-alp314
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
227227```
228228 + Python 3.9:
229229``` bash
@@ -233,11 +233,11 @@ $ docker push quay.io/artificialintelligence/python-light:py39-bullseye
233233$ docker tag infrahelpers/python-light:py39-buster quay.io/artificialintelligence/python-light:py39-buster
234234$ docker push quay.io/artificialintelligence/python-light:py39-buster
235235#
236- $ docker tag infrahelpers/python-light:py39-alp314 quay.io/artificialintelligence/python-light:py39-alp314
237- $ docker push quay.io/artificialintelligence/python-light:py39-alp314
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
238238#
239- $ docker tag infrahelpers/python-light:alp314-py395 quay.io/artificialintelligence/python-light:alp314-py395
240- $ docker push quay.io/artificialintelligence/python-light:alp314-py395
239+ $ docker tag infrahelpers/python-light:alp315-py397 quay.io/artificialintelligence/python-light:alp315-py397
240+ $ docker push quay.io/artificialintelligence/python-light:alp315-py397
241241```
242242 + Python 3.8:
243243``` bash
@@ -247,8 +247,8 @@ $ docker push quay.io/artificialintelligence/python-light:py38-bullseye
247247$ docker tag infrahelpers/python-light:py38-buster quay.io/artificialintelligence/python-light:py38-buster
248248$ docker push quay.io/artificialintelligence/python-light:py38-buster
249249#
250- $ docker tag infrahelpers/python-light:py38-alp314 quay.io/artificialintelligence/python-light:py38-alp314
251- $ docker push quay.io/artificialintelligence/python-light:py38-alp314
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
252252```
253253
254254* Shutdown the Docker image
0 commit comments