docker.io/rancher/calico-cni:v3.29.3-rancher1 linux/amd64

docker.io/rancher/calico-cni:v3.29.3-rancher1 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Rancher

这是一个Rancher提供的Calico CNI插件的Docker镜像。Calico CNI (Container Network Interface) 用于在Kubernetes集群中配置和管理网络,提供强大的网络策略和安全性。

源镜像 docker.io/rancher/calico-cni:v3.29.3-rancher1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1
镜像ID sha256:820ddaf3b994258036bab031d34c9c33621a79335cd9d970e7456133a58749c8
镜像TAG v3.29.3-rancher1
大小 223.72MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/cni/bin/install
启动入口
工作目录 /opt/cni/bin
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-04-24T20:19:50.396912139Z
同步时间 2025-07-24 16:43
更新时间 2025-07-25 13:27
环境变量
PATH=/opt/cni/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
Calico Networking for CNI includes a CNI networking plugin and CNI IPAM plugin: description maintainers@tigera.io: maintainer Calico Networking for CNI: name 2025-04-24T20:19:30.775Z: org.opencontainers.image.created Calico CNI plugin: org.opencontainers.image.description : org.opencontainers.image.licenses cb944e5f0a34dfa490d1b18b77714fedbb96b044: org.opencontainers.image.revision https://github.com/rancher/calico-cni: org.opencontainers.image.source calico-cni: org.opencontainers.image.title https://github.com/rancher/calico-cni: org.opencontainers.image.url v3.29.3-rancher1: org.opencontainers.image.version 1: release Calico Networking for CNI: summary Project Calico: vendor v3.29.3: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1  docker.io/rancher/calico-cni:v3.29.3-rancher1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1  docker.io/rancher/calico-cni:v3.29.3-rancher1

Shell快速替换命令

sed -i 's#rancher/calico-cni:v3.29.3-rancher1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1  docker.io/rancher/calico-cni:v3.29.3-rancher1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1  docker.io/rancher/calico-cni:v3.29.3-rancher1'

镜像构建历史


# 2025-04-25 04:19:50  3.94MB 复制新文件或目录到容器中
COPY artifacts/portmap /opt/cni/bin/portmap # buildkit
                        
# 2025-03-26 00:40:12  0.00B 设置默认要执行的命令
CMD ["/opt/cni/bin/install"]
                        
# 2025-03-26 00:40:12  0.00B 设置工作目录为/opt/cni/bin
WORKDIR /opt/cni/bin
                        
# 2025-03-26 00:40:12  216.11MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2025-03-26 00:40:12  0.00B 设置环境变量 PATH
ENV PATH=/opt/cni/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL version=v3.29.3
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL vendor=Project Calico
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL summary=Calico Networking for CNI
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL release=1
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL name=Calico Networking for CNI
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL maintainer=maintainers@tigera.io
                        
# 2025-03-26 00:40:12  0.00B 添加元数据标签
LABEL description=Calico Networking for CNI includes a CNI networking plugin and CNI IPAM plugin
                        
# 2025-03-26 00:40:12  0.00B 定义构建参数
ARG GIT_VERSION=v3.29.3
                        
# 2025-03-20 01:39:17  3.67MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:820ddaf3b994258036bab031d34c9c33621a79335cd9d970e7456133a58749c8",
    "RepoTags": [
        "rancher/calico-cni:v3.29.3-rancher1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni:v3.29.3-rancher1"
    ],
    "RepoDigests": [
        "rancher/calico-cni@sha256:b313295a898c8c1675ad0250150a59f7624183cd1bf229b6689006f891178e66",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/calico-cni@sha256:e92e3feced1e513c73b661b3007627b3a3894ad7f8a114c22e777787b72cf82d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-24T20:19:50.396912139Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/cni/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/opt/cni/bin/install"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/cni/bin",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "description": "Calico Networking for CNI includes a CNI networking plugin and CNI IPAM plugin",
            "maintainer": "maintainers@tigera.io",
            "name": "Calico Networking for CNI",
            "org.opencontainers.image.created": "2025-04-24T20:19:30.775Z",
            "org.opencontainers.image.description": "Calico CNI plugin",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.revision": "cb944e5f0a34dfa490d1b18b77714fedbb96b044",
            "org.opencontainers.image.source": "https://github.com/rancher/calico-cni",
            "org.opencontainers.image.title": "calico-cni",
            "org.opencontainers.image.url": "https://github.com/rancher/calico-cni",
            "org.opencontainers.image.version": "v3.29.3-rancher1",
            "release": "1",
            "summary": "Calico Networking for CNI",
            "vendor": "Project Calico",
            "version": "v3.29.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 223716104,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f4751c9b7ebf27c7ed5182d3f48e031ac82fda4c4b5141feb78f51bd40a420e5/diff:/var/lib/docker/overlay2/03288b9ab7db1e958f5dd21a0d9fcff0cbbe783a63a0e233e14b6a558916943d/diff:/var/lib/docker/overlay2/b188cf63e09d9d8991721ac806f2b0bb1f110251f765c4e91b24461560da87b6/diff",
            "MergedDir": "/var/lib/docker/overlay2/fa6e84a4a8d83cb43d3f9a760fe21bc7f190f6f88c049f49b5658d3c722d456c/merged",
            "UpperDir": "/var/lib/docker/overlay2/fa6e84a4a8d83cb43d3f9a760fe21bc7f190f6f88c049f49b5658d3c722d456c/diff",
            "WorkDir": "/var/lib/docker/overlay2/fa6e84a4a8d83cb43d3f9a760fe21bc7f190f6f88c049f49b5658d3c722d456c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:37c1775e03026c635ff011c7c47d721aff77e8d4b7d61422539563a3e0e0ee3e",
            "sha256:ac1e39af291cfc5ddcfa90b546decfba8e54e62928e97790414a14fcbb01fb3f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:bf2b0b4d8567cba8f74107436892d9cf522b3e8aa4e35e14d88a1619edfb2628"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-24T16:43:23.719724948+08:00"
    }
}

更多版本

docker.io/rancher/calico-cni:v3.26.3-rancher1

linux/amd64 docker.io212.82MB2024-11-18 19:40
198

docker.io/rancher/calico-cni:v3.28.1-rancher1

linux/arm64 docker.io207.30MB2025-05-16 22:17
45

docker.io/rancher/calico-cni:v3.29.0-rancher1

linux/arm64 docker.io213.45MB2025-05-16 22:19
33

docker.io/rancher/calico-cni:v3.29.3-rancher1

linux/amd64 docker.io223.72MB2025-07-24 16:43
9