docker.io/rancher/k3s:v1.34.1-k3s1 linux/amd64

docker.io/rancher/k3s:v1.34.1-k3s1 - 国内下载镜像源 浏览次数:12 安全受验证的发布者-Rancher

Rancher Labs 的 k3s 是一个轻量级的 Kubernetes 发行版,旨在提供一个简洁、易于部署和管理的 Kubernetes 集群解决方案。

源镜像 docker.io/rancher/k3s:v1.34.1-k3s1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1
镜像ID sha256:7a78342ef2af99cb40e3339b22dbd04a43d1be4dac5939204313c1f1711e3d2e
镜像TAG v1.34.1-k3s1
大小 242.82MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD agent
启动入口 /bin/k3s
工作目录
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-09-22T23:15:12.443230187Z
同步时间 2025-12-14 11:10
更新时间 2025-12-14 16:43
目录挂载
/var/lib/cni /var/lib/kubelet /var/lib/rancher/k3s /var/log
环境变量
PATH=/var/lib/rancher/k3s/data/cni:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin/aux CRI_CONFIG_FILE=/var/lib/rancher/k3s/agent/etc/crictl.yaml
镜像标签
2025-09-22T23:14:54Z: org.opencontainers.image.created 24fc436e6ea59c56ebc37727baa4e6c9a201ee01: org.opencontainers.image.revision https://github.com/k3s-io/k3s.git: org.opencontainers.image.source https://github.com/k3s-io/k3s: org.opencontainers.image.url

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1  docker.io/rancher/k3s:v1.34.1-k3s1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1  docker.io/rancher/k3s:v1.34.1-k3s1

Shell快速替换命令

sed -i 's#rancher/k3s:v1.34.1-k3s1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1  docker.io/rancher/k3s:v1.34.1-k3s1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1  docker.io/rancher/k3s:v1.34.1-k3s1'

镜像构建历史


# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://github.com/k3s-io/k3s
                        
# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://github.com/k3s-io/k3s.git
                        
# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.revision=24fc436e6ea59c56ebc37727baa4e6c9a201ee01
                        
# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-09-22T23:14:54Z
                        
# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  CMD ["agent"]
                        
# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/bin/k3s"]
                        
# 2025-09-23 07:15:12  0.00B 
/bin/sh -c #(nop)  ENV CRI_CONFIG_FILE=/var/lib/rancher/k3s/agent/etc/crictl.yaml
                        
# 2025-09-23 07:15:11  0.00B 
/bin/sh -c #(nop)  ENV PATH=/var/lib/rancher/k3s/data/cni:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin/aux
                        
# 2025-09-23 07:15:11  242.82MB 
/bin/sh -c #(nop) COPY dir:3c8659d4a2befe60fff93477b3ce149aae7f9c9e9b253330c6a66eadedfab3c3 in / 
                        
# 2025-09-23 07:15:09  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/log]
                        
# 2025-09-23 07:15:09  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/cni]
                        
# 2025-09-23 07:15:09  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/rancher/k3s]
                        
# 2025-09-23 07:15:09  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/kubelet]
                        
                    

镜像信息

{
    "Id": "sha256:7a78342ef2af99cb40e3339b22dbd04a43d1be4dac5939204313c1f1711e3d2e",
    "RepoTags": [
        "rancher/k3s:v1.34.1-k3s1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s:v1.34.1-k3s1"
    ],
    "RepoDigests": [
        "rancher/k3s@sha256:5e0707cfd1239b358ef73f3254bc3eadc027dd30cd5ec6ca41e29e47652a1b8c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/k3s@sha256:1b1b4dab0372b06c0cb49ea1259b3f56b07e00e4dd54928bb408139642cf9b83"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-09-22T23:15:12.443230187Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.14",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/var/lib/rancher/k3s/data/cni:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin/aux",
            "CRI_CONFIG_FILE=/var/lib/rancher/k3s/agent/etc/crictl.yaml"
        ],
        "Cmd": [
            "agent"
        ],
        "Image": "sha256:2f879bc2ae5a24f59ecfe844eb462f90ea71f02a862f995477cbb96741954e7d",
        "Volumes": {
            "/var/lib/cni": {},
            "/var/lib/kubelet": {},
            "/var/lib/rancher/k3s": {},
            "/var/log": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/bin/k3s"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-09-22T23:14:54Z",
            "org.opencontainers.image.revision": "24fc436e6ea59c56ebc37727baa4e6c9a201ee01",
            "org.opencontainers.image.source": "https://github.com/k3s-io/k3s.git",
            "org.opencontainers.image.url": "https://github.com/k3s-io/k3s"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 242816320,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/30a6a8d142672ce8c5ac2cbfa79911ac9e4f2394ab958b74a47203df9f37e7c3/merged",
            "UpperDir": "/var/lib/docker/overlay2/30a6a8d142672ce8c5ac2cbfa79911ac9e4f2394ab958b74a47203df9f37e7c3/diff",
            "WorkDir": "/var/lib/docker/overlay2/30a6a8d142672ce8c5ac2cbfa79911ac9e4f2394ab958b74a47203df9f37e7c3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:94069ba03217713e7dddd719e2bed5b20b9371ad51ce88a60dd2a4f66da2f4e7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-14T11:10:32.850599901+08:00"
    }
}

更多版本

docker.io/rancher/k3s:v1.30.2-k3s1

linux/amd64 docker.io209.32MB2024-06-27 09:42
630

docker.io/rancher/k3s:v1.29.6-k3s2

linux/amd64 docker.io204.79MB2024-07-26 22:49
465

docker.io/rancher/k3s:v1.30.4-k3s1

linux/amd64 docker.io209.42MB2024-10-20 02:48
374

docker.io/rancher/k3s:v1.29.6-k3s2

linux/arm64 docker.io198.38MB2025-01-14 12:37
190

docker.io/rancher/k3s:v1.21.7-k3s1

linux/arm64 docker.io161.83MB2025-01-14 13:05
246

docker.io/rancher/k3s:v1.20.5-k3s1

linux/arm64 docker.io145.79MB2025-01-14 14:56
189

docker.io/rancher/k3s:latest

linux/arm64 docker.io218.19MB2025-01-14 15:03
240

docker.io/rancher/k3s:v1.30.6-k3s1

linux/amd64 docker.io210.00MB2025-01-16 15:34
229

docker.io/rancher/k3s:v1.28.2-k3s1

linux/amd64 docker.io186.42MB2025-01-22 09:40
211

docker.io/rancher/k3s:v1.31.1-k3s1

linux/amd64 docker.io218.90MB2025-01-22 14:25
363

docker.io/rancher/k3s:v1.32.3-k3s1

linux/amd64 docker.io227.83MB2025-10-25 01:04
95

docker.io/rancher/k3s:v1.34.1-k3s1

linux/amd64 docker.io242.82MB2025-12-14 11:10
11