镜像详情
docker.io/busybox:latest
基本信息
已同步| 原始地址 | docker.io/busybox:latest |
|---|---|
| 架构 | linux/amd64 |
| 同步地址 | swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64 |
| 状态 | 已同步 公开 |
| 镜像大小 | 2.1 MB |
| Digest | sha256:70ce0a747f09cd7c09c2d6eaeab69d60adb0398f569296e8c0e844599388ebd6 |
| Image ID | sha256:af3f0f48a24edb84e94aff6f44f5d089203453719d3b2328486d311e61db9b09 |
| 创建时间 | 2026-02-27 14:48 |
| 同步时间 | 2026-02-27 14:48 |
| 提交者 | vf**91@163.com |
快捷命令
Docker 拉取
docker pull swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64
docker tag swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64 docker.io/busybox:latest
Containerd 拉取
ctr images pull swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64
ctr images tag swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64 docker.io/busybox:latest
Shell 快速替换
sed -i 's#docker.io/busybox:latest#swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64#' deployment.yaml
Ansible 分发 (Docker)
ansible k8s -m shell -a 'docker pull swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64'
ansible k8s -m shell -a 'docker tag swr.cn-east-3.myhuaweicloud.com/itho/docker.io/busybox:latest-amd64 docker.io/busybox:latest'
详细信息
Manifest
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:af3f0f48a24edb84e94aff6f44f5d089203453719d3b2328486d311e61db9b09",
"size": 459
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:61dfb50712f5ff92c880813210257a42169ff0937896ae95dab763582cc380e2",
"size": 2211656
}
],
"annotations": {
"org.opencontainers.image.url": "https://github.com/docker-library/busybox",
"org.opencontainers.image.version": "1.37.0-glibc"
}
}