- docker-compose version 2.32 (ubuntu) and 2.31.0-r0 (alpine)
- base image for alpine docker:27.4.1-dind-alpine3.21
- base image for ubuntu ubuntu:24.10
- use Dojo image scripts 0.13.0
- limit output from this image init scripts
- install procps on Alpine
- back to the old way of installing docker and docker-compose,
because the new way resulted in kudulab/dojo#38
and there was missing output of some commands (such as
echo
) from the containers - docker-compose 2.23.3 on alpine and 2.24.5-1 on ubuntu
- pytest 7.4.3 on alpine and 7.4.0-2 on ubuntu
- bump base docker image for alpine: docker:25.0.2-dind-alpine3.19
- bump base docker image for ubuntu: ubuntu:23.10
- docker-compose 2.23.3 on alpine and 2.24.5-1 on ubuntu
- pytest 7.4.3 on alpine and 7.4.0-2 on ubuntu
- bump base docker image for alpine: docker:25.0.2-dind-alpine3.19
- bump base docker image for ubuntu: ubuntu:23.10
- pytest 7.1.2
- bump base docker image for alpine: docker:20.10.17-dind-alpine3.16
- bump base docker image for ubuntu: ubuntu:20.04
- s6 overlay 3.1.1.2
- Make Docker daemon log to a file, and not to the console. Logging to the console makes the output cluttered, as logs from Docker daemon are incoming together with any other logs or output
- Bump pytest to 6.1.1
- Upgrade pip
Use new alpine image docker:20.10.12-dind-alpine3.15
Use Dojo scripts from version 0.10.3, remove duplicated creation of /run/user/{dojo_uid}
Use Dojo scripts from version 0.6.3, because we need the directory
/run/user/{dojo_uid}
to exist.
fix virtualenv in ubuntu
Initial release - alpine and ubuntu18 with docker in docker.