The goal of this project is to build a docker image that contains linux tools useful for building, testing and debugging purposes.
Resulting docker images are pushed on docker hub.
- Option 1: with CircleCI Local CLI:
- Install CircleCI Local CLI
- Call
circleci local execute -e DOCKER_USERNAME=******** -e DOCKER_PASSWORD=********
- Option 2: with make:
- Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
- Call
DOCKER_USERNAME=******** DOCKER_PASSWORD=******** make circleci-local-build - Call
DOCKER_USERNAME=******** DOCKER_PASSWORD=******** make - Call
docker login && make build - Call
make build
- Base image is ubuntu:20.04 (2020-04-23)
- Add the 'software-properties-common' ubuntu package
- Installed binaries are: sudo, curl, wget, make, pwgen, git, gnupg and lsb-release
- Install docker-ce cli, version 19.03.8
- Same as 0.0.1, but install docker-ce cli version 19.03.9
- Refactor the build
- Improve this README.md documentation
- Same as 0.0.2, but install docker-ce cli version 20.10.3
- Refactor the build
- Improve this README.md documentation
- Same as 0.0.3, but install docker-ce cli version 20.10.11
- Base image is ubuntu:20.04 (2021-10-06)
- Same as 0.0.4, but install docker-ce cli version 20.10.14
- Base image is ubuntu:20.04 (2022-03-16)