This repository defines the official curl docker image.
which are published to hub.docker.com.
note - requires latest docker to be installed and available
$ docker pull curlimages/curl:...insert tag...
$ docker run -it curlimages/curl:...insert tag... --version
To build and test curl docker image
$ make all
which runs the setup (clean), build and test targets.
Security scan of resultant docker image
$ make scan
which uses trivis, anchore-engine, lynis and clamav.
One can also run lint checker on dockerfiles
$ make lint
- initial stage, build curl and then copy over to clean base image
- build static curl
- attempt to be idiomatic across image(s)
- thanks to contributors
- Daniel Stenberg
- Max Dymond
- Olliver Schinagl