Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d98eb99

Browse files
committed
update tox and virtualenv
1 parent 3b3408c commit d98eb99

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN \
3131
git clone https://github.com/docker/compose.git && \
3232
cd /compose && \
3333
git checkout "${COMPOSE_VERSION}" && \
34-
pip3 install virtualenv==16.2.0 && \
35-
pip3 install tox==2.9.1 && \
34+
pip3 install virtualenv==20.0.30 && \
35+
pip3 install tox==3.19.0 && \
3636
PY_ARG=$(printf "$(python3 -V)" | awk '{print $2}' | awk 'BEGIN{FS=OFS="."} NF--' | sed 's|\.||g' | sed 's|^|py|g') && \
3737
sed -i "s|envlist = .*|envlist = ${PY_ARG},pre-commit|g" tox.ini && \
3838
tox --notest && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN \
3131
git clone https://github.com/docker/compose.git && \
3232
cd /compose && \
3333
git checkout "${COMPOSE_VERSION}" && \
34-
pip3 install virtualenv==16.2.0 && \
35-
pip3 install tox==2.9.1 && \
34+
pip3 install virtualenv==20.0.30 && \
35+
pip3 install tox==3.19.0 && \
3636
PY_ARG=$(printf "$(python3 -V)" | awk '{print $2}' | awk 'BEGIN{FS=OFS="."} NF--' | sed 's|\.||g' | sed 's|^|py|g') && \
3737
sed -i "s|envlist = .*|envlist = ${PY_ARG},pre-commit|g" tox.ini && \
3838
tox --notest && \

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN \
3131
git clone https://github.com/docker/compose.git && \
3232
cd /compose && \
3333
git checkout "${COMPOSE_VERSION}" && \
34-
pip3 install virtualenv==16.2.0 && \
35-
pip3 install tox==2.9.1 && \
34+
pip3 install virtualenv==20.0.30 && \
35+
pip3 install tox==3.19.0 && \
3636
PY_ARG=$(printf "$(python3 -V)" | awk '{print $2}' | awk 'BEGIN{FS=OFS="."} NF--' | sed 's|\.||g' | sed 's|^|py|g') && \
3737
sed -i "s|envlist = .*|envlist = ${PY_ARG},pre-commit|g" tox.ini && \
3838
tox --notest && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
125125

126126
## Versions
127127

128+
* **31.08.20:** - Update tox and virtualenv.
128129
* **31.07.20:** - Add support for global env var `DOCKER_COMPOSE_IMAGE_TAG` in the `run.sh` script.
129130
* **06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
130131
* **01.07.20:** - Release alpine based images at `alpine` tag.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ full_custom_readme: |
131131
132132
## Versions
133133
134+
* **31.08.20:** - Update tox and virtualenv.
134135
* **31.07.20:** - Add support for global env var `DOCKER_COMPOSE_IMAGE_TAG` in the `run.sh` script.
135136
* **06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
136137
* **01.07.20:** - Release alpine based images at `alpine` tag.

0 commit comments

Comments
 (0)