A simple repository containing base images with curl added to it.
45
Tiny, reproducible base images with curl pre-installed on top of popular official images.
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…
| Tag | Base | What’s added |
|---|---|---|
redis-8-alpine | redis:8-alpine | curl, ca-certificates, tzdata, runs as non-root by default |
Apache-2.0 for the Dockerfiles and metadata. Upstream base images retain their original licenses.
Content type
Image
Digest
sha256:eb7b0ef3f…
Size
28.8 MB
Last updated
11 months ago
docker pull hyperclaw79/curlify:redis-8-alpine