File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- ** Breaking change:** Make ` py38 ` default image
66- ** Breaking change:** Install ` poetry==1.0.0b4 ` for all images
7- - ** Breaking change:** Use ` slim-buster ` image for ` py35 ` , ` py36 ` , and ` py37 `
7+ - ** Breaking change:** Use ` slim-buster ` image for ` py37 ` & ` py36 ` as well
8+ - ** Breaking change:** Drop support of ` py35 ` images
89- Simplify development by introducing ` Makefile `
910
1011# 2.0.0 (2019-10-29)
Original file line number Diff line number Diff line change 22
33DOCKER ?= docker
44IMAGE ?= playpauseandstop/docker-python
5+ VERSION ?= latest
56
67all : build
78
89build : .build
910.build : Dockerfile
10- $(DOCKER ) build -t $(IMAGE ) .
11+ $(DOCKER ) build -t $(IMAGE ) : $( VERSION ) .
1112 touch $@
1213
1314deploy :
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ List of supported Python versions are (`<PY_VERSION>` -> base Docker image):
3838#### 3.0.0b0
3939
4040- ` py38 ` -> ` python:3.8.0-slim-buster `
41+ - ` py37 ` -> ` python:3.7.5-slim-buster `
42+ - ` py36 ` -> ` python:3.6.9-slim-buster `
4143
4244#### 2.0.0
4345
You can’t perform that action at this time.
0 commit comments