alstolten/alpine-with-curl

By alstolten

Updated 11 months ago

Alpine linux with curl, updated daily, multiarch.

Image
0

50K+

alstolten/alpine-with-curl repository overview

Alpine linux with curl

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

Builds

There are daily builds available, based on the available alpine versions, see https://github.com/alstolten/alpine-with-curl/blob/master/makerelease.sh.

Use

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

Tag summary

Content type

Image

Digest

sha256:3779ac68b

Size

5.9 MB

Last updated

11 months ago

docker pull alstolten/alpine-with-curl