33![ Docker Cloud Build Status] ( https://img.shields.io/docker/cloud/build/playpauseandstop/docker-python.svg )
44![ Docker Pulls] ( https://img.shields.io/docker/pulls/playpauseandstop/docker-python.svg )
55
6- Add poetry, pre-commit, and other dev-tools to official Python slim stretch
7- Docker image.
6+ Add poetry, pre-commit, and other dev-tools to official Python slim Docker
7+ image.
88
99## Usage
1010
@@ -16,7 +16,7 @@ FROM playpauseandstop/docker-python
1616
1717- [ pip] ( https://pip.pypa.io ) 19.3.1
1818- [ virtualenv] ( https://virtualenv.pypa.io ) 16.7.7
19- - [ poetry] ( https://poetry.eustace.io ) 0.12.17
19+ - [ poetry] ( https://poetry.eustace.io ) 1.0.0b4
2020- [ pre-commit] ( https://pre-commit.com ) 1.20.0
2121- [ tox] ( https://tox.readthedocs.io/ ) 3.14.0
2222- [ curl] ( https://curl.haxx.se ) 7.52.1
@@ -35,6 +35,10 @@ other versions supported as well.
3535
3636List of supported Python versions are (` <PY_VERSION> ` -> base Docker image):
3737
38+ #### 3.0.0
39+
40+ - ` py38 ` -> ` python:3.8.0-slim-buster `
41+
3842#### 2.0.0
3943
4044- ` py35 ` -> ` python:3.5.7-slim-stretch `
@@ -73,17 +77,17 @@ FROM playpauseandstop/docker-python:1.0.3-py36
7377To build an image:
7478
7579``` bash
76- docker build -t playpauseandstop/docker-python .
80+ make
7781```
7882
7983To run something, using given image:
8084
8185``` bash
82- docker run --rm -it playpauseandstop/docker-python CMD
86+ make CMD= " ... " run
8387```
8488
8589To push image (or specific version):
8690
8791``` bash
88- docker push playpauseandstop/docker-python: VERSION
92+ make VERSION= " ... " deploy
8993```
0 commit comments