This repository was archived by the owner on Feb 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 && \
Original file line number Diff line number Diff line change 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 && \
Original file line number Diff line number Diff line change 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 && \
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments