Overview
- Full name
docker.io/poorunga/alpine-curl- Registry
- docker.io
- Namespace
- poorunga
- Repository
- alpine-curl
- Cached tags
- 1
- Last synced
- 07/05/2026, 04:19 PM
Introduction
Alpine 极简 curl 探针镜像,数 MB 体积 HTTP 健康检查,K8s initContainer 与 CI Job 网络连通性验证工具。
Details
poorunga/alpine-curl 基于 Alpine 仅包含 curl,体积极小适合容器探针与 CI 一次性任务。定位为 --rm HTTP 探针镜像,执行 curl 健康检查后退出;K8s readiness/liveness 探针、CronJob Webhook 回调或流水线 API 冒烟测试。
快速启动
docker run --rm docker.io/poorunga/alpine-curl:latest curl -sf http://myapp:8080/health
推荐实践
docker run --rm \
docker.io/poorunga/alpine-curl:latest \
curl -sf --max-time 5 http://api:8080/ready
核心参数说明
curl -sf— 失败静默退出--max-time 5— 超时限制- 定位 — initContainer 探针
- 体积 — 数 MB Alpine
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/poorunga/alpine-curl :latest | linux/amd64 | 2021/12/07 23:56 | 5.9 MB | sha256:a0e9dce29a2f… |