Overview
- Full name
docker.io/yauritux/busybox-curl- Registry
- docker.io
- Namespace
- yauritux
- Repository
- busybox-curl
- Cached tags
- 1
- Last synced
- 07/13/2026, 01:39 PM
Introduction
BusyBox + curl 极简调试镜像,K8s Pod 网络连通性与 HTTP 探活 Sidecar,轻量 initContainer 健康检查工具。
Details
yauritux/busybox-curl 基于 BusyBox 并内置 curl,体积极小,适合容器内网络调试与 HTTP 探活。定位为调试 Sidecar/initContainer 工具镜像;K8s Pod 连通性测试、CronJob HTTP 健康检查或临时 curl 调试容器。
快速启动
docker run --rm docker.io/yauritux/busybox-curl:latest \
curl -sf http://example.com/health
推荐实践
# K8s debug pod
kubectl run curl-test --rm -it \
--image=docker.io/yauritux/busybox-curl:latest \
-- curl -sf http://myservice:8080/health
核心参数说明
- 体积 — 极小 BusyBox + curl
- 用途 — 一次性探活/调试
- Shell — 含 sh 与基础工具
- 勿 — 非常驻业务服务
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/yauritux/busybox-curl :latest | linux/amd64 | 2022/08/18 21:07 | 4.3 MB | sha256:dc6fd0cc4de3… |