docker.io/kubeedge/installation-package:v1.22.1 linux/amd64

docker.io/kubeedge/installation-package:v1.22.1 - 国内下载镜像源 浏览次数:19 安全受验证的发布者-kubeedge
根据 Docker Hub 的记录,这个镜像的描述为:
安装 KubeEdge package
(注意:没有样式信息)
源镜像 docker.io/kubeedge/installation-package:v1.22.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1
镜像ID sha256:639d16594239f03b359cf855a052b6563be6db3a23faa3a0177b5db9f1b1b324
镜像TAG v1.22.1
大小 261.04MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /etc/kubeedge
OS/平台 linux/amd64
浏览量 19 次
贡献者
镜像创建 2025-12-17T02:50:23.603094308Z
同步时间 2026-03-08 15:46
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
ubuntu: org.opencontainers.image.ref.name 18.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1  docker.io/kubeedge/installation-package:v1.22.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1  docker.io/kubeedge/installation-package:v1.22.1

Shell快速替换命令

sed -i 's#kubeedge/installation-package:v1.22.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1  docker.io/kubeedge/installation-package:v1.22.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1  docker.io/kubeedge/installation-package:v1.22.1'

镜像构建历史


# 2025-12-17 10:50:23  0.00B 设置工作目录为/etc/kubeedge
WORKDIR /etc/kubeedge
                        
# 2025-12-17 10:50:23  110.84MB 复制新文件或目录到容器中
COPY /work/_output/local/bin/keadm /usr/local/bin/keadm # buildkit
                        
# 2025-12-17 10:50:23  87.04MB 复制新文件或目录到容器中
COPY /work/_output/local/bin/edgecore /usr/local/bin/edgecore # buildkit
                        
# 2023-05-30 17:32:09  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2023-05-30 17:32:09  63.16MB 
/bin/sh -c #(nop) ADD file:3c74e7e08cbf9a87694ce6fa541af617599680fa54d9e48556fc0fbc120b4a83 in / 
                        
# 2023-05-30 17:32:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=18.04
                        
# 2023-05-30 17:32:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2023-05-30 17:32:07  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2023-05-30 17:32:07  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:639d16594239f03b359cf855a052b6563be6db3a23faa3a0177b5db9f1b1b324",
    "RepoTags": [
        "kubeedge/installation-package:v1.22.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package:v1.22.1"
    ],
    "RepoDigests": [
        "kubeedge/installation-package@sha256:78cbc3c15a50575070269927ff0ebd412b69e359c14d87b1c11c4f8b99999bf6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeedge/installation-package@sha256:9d3cde468d0607832753295c1386330d413e415cded35a9464af2d7faeb98112"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-17T02:50:23.603094308Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/etc/kubeedge",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "18.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 261037761,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/988a3a9169a765d2b6ed0f7d694c5f91caac7d821773d0dfafb3d9fb74456267/diff:/var/lib/docker/overlay2/21ac5e5782d29e03b9818d328a7fb7120ecfa4522a47aceb76723904eca7557c/diff:/var/lib/docker/overlay2/950c92cd87c6d6ecb67f7bda7908bfbf21c3f9f59f26f535028c2871a02b572b/diff",
            "MergedDir": "/var/lib/docker/overlay2/0a06b1a5b1bf5ababa6a6d7ee9b340e6ce44d6737c112dd3f67533fdd1cafde5/merged",
            "UpperDir": "/var/lib/docker/overlay2/0a06b1a5b1bf5ababa6a6d7ee9b340e6ce44d6737c112dd3f67533fdd1cafde5/diff",
            "WorkDir": "/var/lib/docker/overlay2/0a06b1a5b1bf5ababa6a6d7ee9b340e6ce44d6737c112dd3f67533fdd1cafde5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562",
            "sha256:5bf423afed3b55e8dd917044533651ec290ab5ae0757d9858d55325456f6049c",
            "sha256:2adec1e762a772278edd2998c85d20d8fd2a951bccabb38724721f78fcfda267",
            "sha256:eaaeaf0bd65ffefbba4bc7b15b81e093e5fa52895a26ce0e7294f0322ce16d2f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-08T15:46:46.247240728+08:00"
    }
}

更多版本

docker.io/kubeedge/installation-package:v1.16.2

linux/amd64 docker.io229.68MB2024-06-08 20:45
546

docker.io/kubeedge/installation-package:v1.17.0

linux/amd64 docker.io236.99MB2024-07-03 13:17
592

docker.io/kubeedge/installation-package:v1.17.2

linux/amd64 docker.io237.30MB2024-08-13 09:50
478

docker.io/kubeedge/installation-package:v1.13.5

linux/amd64 docker.io217.99MB2024-08-26 15:10
567

docker.io/kubeedge/installation-package:v1.18.0

linux/arm64 docker.io227.40MB2024-09-12 21:26
380

docker.io/kubeedge/installation-package:v1.18.0

linux/amd64 docker.io238.61MB2024-10-11 21:05
383

docker.io/kubeedge/installation-package:v1.14.0

linux/amd64 docker.io211.08MB2024-10-22 09:52
435

docker.io/kubeedge/installation-package:v1.13.0

linux/amd64 docker.io208.76MB2024-10-24 10:38
447

docker.io/kubeedge/installation-package:v1.19.1

linux/arm64 docker.io227.46MB2024-12-09 10:07
269

docker.io/kubeedge/installation-package:v1.13.0

linux/arm64 docker.io200.61MB2025-01-18 15:39
336

docker.io/kubeedge/installation-package:v1.12.1

linux/amd64 docker.io201.08MB2025-02-12 10:27
354

docker.io/kubeedge/installation-package:v1.20.0

linux/amd64 docker.io247.06MB2025-04-02 10:07
314

docker.io/kubeedge/installation-package:v1.19.0

linux/amd64 docker.io238.68MB2025-04-02 16:56
273

docker.io/kubeedge/installation-package:v1.19.2

linux/amd64 docker.io238.68MB2025-04-03 18:45
277

docker.io/kubeedge/installation-package:v1.17.4

linux/amd64 docker.io237.30MB2025-04-16 11:42
241

docker.io/kubeedge/installation-package:v1.21.0

linux/amd64 docker.io246.98MB2025-06-20 17:37
279

docker.io/kubeedge/installation-package:v1.21.0

linux/arm64 docker.io235.75MB2025-06-20 17:37
205

docker.io/kubeedge/installation-package:v1.12.1

linux/arm64 docker.io192.77MB2025-09-07 01:49
184

docker.io/kubeedge/installation-package:v1.22.1

linux/amd64 docker.io261.04MB2026-03-08 15:46
18