Sign inSign up

hyperclaw79/curlify

By hyperclaw79

Updated 11 months ago

A simple repository containing base images with curl added to it.

Image
Networking
Languages & frameworks
1

45

hyperclaw79/curlify repository overview

Curlify

Tiny, reproducible base images with curl pre-installed on top of popular official images.

Quick start

Pull the tag you need:

docker pull hyperclaw79/curlify:redis-8-alpine

Use it as a drop-in base:

FROM hyperclaw79/curlify:redis-8-alpine
# your layers here…

Available tags

TagBaseWhat’s added
redis-8-alpineredis:8-alpinecurl, ca-certificates, tzdata, runs as non-root by default

License

Apache-2.0 for the Dockerfiles and metadata. Upstream base images retain their original licenses.

Tag summary

Content type

Image

Digest

sha256:eb7b0ef3f

Size

28.8 MB

Last updated

11 months ago

docker pull hyperclaw79/curlify:redis-8-alpine