ghcr.io/loft-sh/vcluster:0.19.8 linux/amd64

ghcr.io/loft-sh/vcluster:0.19.8 - 国内下载镜像源 浏览次数:16
源镜像 ghcr.io/loft-sh/vcluster:0.19.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8
镜像ID sha256:f9ea0047edc58cc66fbd8a58dff0519293e23384b58a760a64b31bf1b4eb4c7e
镜像TAG 0.19.8
大小 134.35MB
镜像源 ghcr.io
CMD
启动入口 /vcluster start
工作目录 /
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2024-11-25T16:37:56.216789223Z
同步时间 2025-10-29 13:43
更新时间 2025-10-30 23:31
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2024-11-25T16:27:42Z: org.opencontainers.image.created vcluster: org.opencontainers.image.name 418ded42813e1ea54dc71f9452b97e5c39db89ef: org.opencontainers.image.revision vcluster: org.opencontainers.image.title 0.19.8: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8  ghcr.io/loft-sh/vcluster:0.19.8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8  ghcr.io/loft-sh/vcluster:0.19.8

Shell快速替换命令

sed -i 's#ghcr.io/loft-sh/vcluster:0.19.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8  ghcr.io/loft-sh/vcluster:0.19.8'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8  ghcr.io/loft-sh/vcluster:0.19.8'

镜像构建历史


# 2024-11-26 00:37:56  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/vcluster" "start"]
                        
# 2024-11-26 00:37:56  51.23MB 复制新文件或目录到容器中
COPY /usr/local/bin/helm /usr/local/bin/helm # buildkit
                        
# 2024-11-26 00:37:53  75.73MB 复制新文件或目录到容器中
COPY vcluster . # buildkit
                        
# 2024-11-26 00:37:53  0.00B 设置工作目录为/
WORKDIR /
                        
# 2024-09-06 20:04:22  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-09-06 20:04:22  7.40MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.19.4-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:f9ea0047edc58cc66fbd8a58dff0519293e23384b58a760a64b31bf1b4eb4c7e",
    "RepoTags": [
        "ghcr.io/loft-sh/vcluster:0.19.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster:0.19.8"
    ],
    "RepoDigests": [
        "ghcr.io/loft-sh/vcluster@sha256:b8e0484ced9c67a7d120b6f7a936306f4154ddde01ac95f294e61dceb5e2498c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/loft-sh/vcluster@sha256:bc5ec83ff76550d9c072b9d2c6390268f9350880e76eef132371fad53df14598"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-25T16:37:56.216789223Z",
    "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": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/vcluster",
            "start"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-11-25T16:27:42Z",
            "org.opencontainers.image.name": "vcluster",
            "org.opencontainers.image.revision": "418ded42813e1ea54dc71f9452b97e5c39db89ef",
            "org.opencontainers.image.title": "vcluster",
            "org.opencontainers.image.version": "0.19.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 134351685,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/38d64c87fb3a48ec0b557a271bde96d54ece65fea5ee68986428847a32ff6619/diff:/var/lib/docker/overlay2/f99f98cb70eab75cf21f84ce1b1eeabfbfd07a5f03cce56b233bddeeaa1117a2/diff",
            "MergedDir": "/var/lib/docker/overlay2/81ae6dd83efcd4993eead2c125573e93e8b011cd3179a3290d62eb90df4efeee/merged",
            "UpperDir": "/var/lib/docker/overlay2/81ae6dd83efcd4993eead2c125573e93e8b011cd3179a3290d62eb90df4efeee/diff",
            "WorkDir": "/var/lib/docker/overlay2/81ae6dd83efcd4993eead2c125573e93e8b011cd3179a3290d62eb90df4efeee/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ba79b2c0127890636a791eb3ec3993cce08a50cc01fcb1513f0e8fbae41977af",
            "sha256:1b54a610b00ce786d3bfa92789e20b8f6c17c8bad9f79c256d61be2504c7ce6c",
            "sha256:121e62a2820bb470a5eaa97dca7d0d100a18cb68c21f89e2969edf6275606fd9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-29T13:43:23.482814708+08:00"
    }
}

更多版本

ghcr.io/loft-sh/vcluster-pro:0.21.0

linux/amd64 ghcr.io246.11MB2025-01-22 14:32
148

ghcr.io/loft-sh/vcluster:0.19.0

linux/amd64 ghcr.io133.72MB2025-10-25 01:01
53

ghcr.io/loft-sh/vcluster:0.19.8

linux/amd64 ghcr.io134.35MB2025-10-29 13:43
15