Skip to content

alstolten/alpine-with-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

alpine-with-curl

A simple Dockerfile from alpine linux containing curl. Useful if you need to run scripts that require curl.

builds

Builds can be found here: alstolten/alpine-with-curl

automated

Once a day I run makerelease.sh to build if new alpine versions have been released. The latest build will be issued anyway.

multiarch

Using docker buildx the script builds for all docker architectures.

Use

Spin a container, run a curl command:

docker run --rm docker.io/alstolten/alpine-with-curl:latest curl --version

or, if needed, interactive:

 docker run -it docker.io/alstolten/alpine-with-curl:latest sh

To run a Kubernetes pod interactively use:

kubectl run <podname> --image=docker.io/alstolten/alpine-with-curl:latest -it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published