Alpine linux with curl, updated daily, multiarch.
50K+
An alpine linux with curl installed. Build for multiple platforms using docker buildx featureset.
A label "alpine-version" in the image files displays the used alpine version. Also the tags of this repo reflect the alpine tags.
See also: https://github.com/alstolten/alpine-with-curl/blob/master/Dockerfile
There are daily builds available, based on the available alpine versions, see https://github.com/alstolten/alpine-with-curl/blob/master/makerelease.sh.
Spin a container, run a curl command:
docker run --rm alstolten/alpine-with-curl:latest curl --version
or, if needed, interactive:
docker run -it alstolten/alpine-with-curl:latest sh
To run a Kubernetes pod interactively use:
k run <podname> --image=alstolten/alpine-with-curl:latest -it
Content type
Image
Digest
sha256:3779ac68b…
Size
5.9 MB
Last updated
11 months ago
docker pull alstolten/alpine-with-curl