fzudust / curl-docker

use curl from containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Curl Docker Images repository

This repository defines internal & official curl docker images.

which are published to hub.docker.com.

note - requires latest docker to be installed and available

Using Images

get docker image

$ docker pull curlimages/curl:...insert tag...

run docker image

$ docker run -it curlimages/curl:...insert tag... --version

building and testing images

To build and test all curl docker images

$ make all

which runs the setup (clean), build and test targets.

scanning images

Security scan of resultant docker images

$ make scan

which uses anchore-engine, rkhunter, lynis and clamav.

One can also run lint checker on dockerfiles

$ make lint

Image design

  • initial stage, build curl and then copy over to clean base image
  • build static curl
  • attempt to be idiomatic across image(s)

Other

  • thanks to contributors
    • Daniel Stenberg
    • Max Dymond
    • Olliver Schinagl

About

use curl from containers

License:MIT License


Languages

Language:Makefile 47.4%Language:Dockerfile 36.0%Language:Shell 16.7%