This project, inspired from sameersbn/docker-squid, build a squid-cache container.
Resulting docker images are pushed on docker hub.
Caution: only arm32v7, arm64v8 and amd64 images are produced (no arm32v6), so this image won't be supported on Raspberry Zero or one.
- Option 1: with CircleCI Local CLI:
- Install CircleCI Local CLI
- Call
circleci local execute
- Option 2: with make:
- Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
- Call
make build