File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 3.4.0 (2020-07-15)
2+
3+ - Update ` py38 ` image to Python 3.8.4
4+ - Update ` py37 ` image to Python 3.7.8
5+ - Update ` py36 ` image to Python 3.6.11
6+ - Update pre-commit to 2.6.0
7+ - Update tox to 3.17.0
8+ - Update virtualenv to 20.0.27
9+
110# 3.3.0 (2020-05-26)
211
312- Update ` py38 ` image to Python 3.8.3
Original file line number Diff line number Diff line change 1- FROM python:3.8.3 -slim-buster
1+ FROM python:3.8.4 -slim-buster
22
33LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
44LABEL description="Add poetry, pre-commit, and other dev-tools to official Python slim Docker image."
@@ -10,9 +10,9 @@ RUN apt update -qq \
1010
1111ENV PATH="/root/.local/bin:/root/.poetry/bin:${PATH}"
1212
13- RUN pip install pip==20.1.1 pre-commit==2.4 .0 tox==3.15.1 virtualenv==20.0.21
13+ RUN pip install pip==20.1.1 pre-commit==2.6 .0 tox==3.17.0 virtualenv==20.0.27
1414
15- ENV POETRY_VERSION=1.0.5
15+ ENV POETRY_VERSION=1.0.9
1616RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1717
1818WORKDIR /app
Original file line number Diff line number Diff line change 99## Usage
1010
1111``` dockerfile
12- FROM playpauseandstop/docker-python:3.3 .0
12+ FROM playpauseandstop/docker-python:3.4 .0
1313```
1414
1515### Included dev-tools
1616
1717- [ pip] ( https://pip.pypa.io ) 20.1.1
18- - [ poetry] ( https://poetry.eustace.io ) 1.0.5
19- - [ pre-commit] ( https://pre-commit.com ) 2.4 .0
20- - [ tox] ( https://tox.readthedocs.io/ ) 3.15.1
21- - [ virtualenv] ( https://virtualenv.pypa.io ) 20.0.21
18+ - [ poetry] ( https://poetry.eustace.io ) 1.0.9
19+ - [ pre-commit] ( https://pre-commit.com ) 2.6 .0
20+ - [ tox] ( https://tox.readthedocs.io/ ) 3.17.0
21+ - [ virtualenv] ( https://virtualenv.pypa.io ) 20.0.27
2222- [ curl] ( https://curl.haxx.se ) 7.64.0
2323- [ git] ( https://git-scm.com ) 2.20.1
2424- [ locales] ( https://packages.debian.org/stretch/locales ) &
@@ -37,6 +37,12 @@ other versions supported as well.
3737
3838List of supported Python versions are (` <PY_VERSION> ` -> base Docker image):
3939
40+ #### 3.4.0
41+
42+ - ` py38 ` -> ` python:3.8.4-slim-buster `
43+ - ` py37 ` -> ` python:3.7.8-slim-buster `
44+ - ` py36 ` -> ` python:3.6.11-slim-buster `
45+
4046#### 3.3.0
4147
4248- ` py38 ` -> ` python:3.8.3-slim-buster `
You can’t perform that action at this time.
0 commit comments