99## Usage
1010
1111```
12- FROM playpauseandstop/docker-python
12+ FROM playpauseandstop/docker-python:3.0.0b0
1313```
1414
1515### Included dev-tools
@@ -19,13 +19,13 @@ FROM playpauseandstop/docker-python
1919- [ 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
22- - [ curl] ( https://curl.haxx.se ) 7.52.1
23- - [ git] ( https://git-scm.com ) 2.11.0
22+ - [ curl] ( https://curl.haxx.se ) 7.64.0
23+ - [ git] ( https://git-scm.com ) 2.20.1
2424- [ locales] ( https://packages.debian.org/stretch/locales ) &
2525 [ locales-all] ( https://packages.debian.org/stretch/locales-all )
26- - [ gcc] ( https://gcc.gnu.org ) 6 .3.0
27- - [ make] ( https://www.gnu.org/software/make ) 4.1
28- - [ nano] ( https://www.nano-editor.org ) 2.7.4
26+ - [ gcc] ( https://gcc.gnu.org ) 8 .3.0
27+ - [ make] ( https://www.gnu.org/software/make ) 4.2. 1
28+ - [ nano] ( https://www.nano-editor.org ) 3.2
2929- [ openssh-client] ( https://packages.debian.org/stretch/openssh-client )
3030
3131### Python versions
@@ -35,39 +35,39 @@ other versions supported as well.
3535
3636List of supported Python versions are (` <PY_VERSION> ` -> base Docker image):
3737
38- #### 3.0.0
38+ #### 3.0.0b0
3939
4040- ` py38 ` -> ` python:3.8.0-slim-buster `
4141
4242#### 2.0.0
4343
44- - ` py35 ` -> ` python:3.5.7-slim-stretch `
45- - ` py36 ` -> ` python:3.6.9-slim-stretch `
4644- ` py37 ` -> ` python:3.7.5-slim-stretch `
45+ - ` py36 ` -> ` python:3.6.9-slim-stretch `
46+ - ` py35 ` -> ` python:3.5.7-slim-stretch `
4747
4848#### 1.1.x & 1.2.x
4949
50- - ` py35 ` -> ` python:3.5.7-slim-stretch `
51- - ` py36 ` -> ` python:3.6.9-slim-stretch `
5250- ` py37 ` -> ` python:3.7.4-slim-stretch `
51+ - ` py36 ` -> ` python:3.6.9-slim-stretch `
52+ - ` py35 ` -> ` python:3.5.7-slim-stretch `
5353
5454#### 1.0.3
5555
56- - ` py35 ` -> ` python:3.5.7-slim-stretch `
57- - ` py36 ` -> ` python:3.6.8-slim-stretch `
5856- ` py37 ` -> ` python:3.7.3-slim-stretch `
57+ - ` py36 ` -> ` python:3.6.8-slim-stretch `
58+ - ` py35 ` -> ` python:3.5.7-slim-stretch `
5959
6060To use custom Python version, use tags in your Dockerfile as:
6161
6262```
6363FROM playpauseansdtop/docker-python:<VERSION>-<PY_VERSION>
6464```
6565
66- For example, to use ` 1 .0.3 ` version of ` docker-python ` with Python 3.6 base
66+ For example, to use ` 3 .0.0b0 ` version of ` docker-python ` with Python 3.7 base
6767image:
6868
6969```
70- FROM playpauseandstop/docker-python:1 .0.3-py36
70+ FROM playpauseandstop/docker-python:3 .0.0b0-py37
7171```
7272
7373[ List of all available tags] ( https://hub.docker.com/r/playpauseandstop/docker-python/tags )
@@ -80,13 +80,13 @@ To build an image:
8080make
8181```
8282
83- To run something, using given image:
83+ To run something, using built image:
8484
8585``` bash
8686make CMD=" ..." run
8787```
8888
89- To push image (or specific version):
89+ To push image (of specific version):
9090
9191``` bash
9292make VERSION=" ..." deploy
0 commit comments