Skip to content

LaRuim/curl-0rttdata-container

 
 

Repository files navigation

Install buildah and podman first (podman is not strictly necessary, just for testing)

Then build the image with:

sudo make branch_or_ref=master release_tag=master run_tests=1 build_alpine

Then, test via:

sudo podman run -it localhost/curl:master -V

You can get the image id using

buildah images

The image needed is 'localhost/curl'.

To push the image to Dockerhub:

buildah push --creds <docker_username>:<docker_password> <image_id> docker://<username>/curl-0rtt:latest

About

curl images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.5%
  • Makefile 26.3%
  • Python 4.4%
  • Dockerfile 3.5%
  • Gherkin 2.3%