docker.io/rancher/shell:v0.6.1-rc.1 linux/amd64

docker.io/rancher/shell:v0.6.1-rc.1 - 国内下载镜像源 浏览次数:9 安全受验证的发布者-Rancher
📚 **rancher/shell 镜像描述** 该镜像是一个 shell 容器镜像,用于提供一个基本的 Linux 命令行环境。您可以在其中执行 shell 命令、运行命令脚本或交互式 shell。 .>

该镜像基于 Alpine Linux 发行版,具有轻量级和高性能特点。. Hope this helps! 😊

源镜像 docker.io/rancher/shell:v0.6.1-rc.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1
镜像ID sha256:39bc34830b2503cd3b2d9f0bc84028874a1ffb09b8db89b92f042c2699737460
镜像TAG v0.6.1-rc.1
大小 358.54MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD welcome
启动入口
工作目录 /home/shell
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-12-09T19:24:58.604767449Z
同步时间 2025-12-28 23:38
更新时间 2025-12-29 00:37
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1  docker.io/rancher/shell:v0.6.1-rc.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1  docker.io/rancher/shell:v0.6.1-rc.1

Shell快速替换命令

sed -i 's#rancher/shell:v0.6.1-rc.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1  docker.io/rancher/shell:v0.6.1-rc.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1  docker.io/rancher/shell:v0.6.1-rc.1'

镜像构建历史


# 2025-12-10 03:24:58  0.00B 设置默认要执行的命令
CMD ["welcome"]
                        
# 2025-12-10 03:24:58  0.00B 设置工作目录为/home/shell
WORKDIR /home/shell
                        
# 2025-12-10 03:24:58  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-12-10 03:24:58  108.00B 复制新文件或目录到容器中
COPY --chown=1000:1000 --chmod=0755 package/kustomize.sh /home/shell/ # buildkit
                        
# 2025-12-10 03:24:58  1.13KB 复制新文件或目录到容器中
COPY --chown=root:root --chmod=0755 package/helm-cmd package/welcome /usr/local/bin/ # buildkit
                        
# 2025-12-10 03:24:58  205.76MB 复制新文件或目录到容器中
COPY --chown=root:root --chmod=0755 /kubectl /k9s /kustomize* /usr/local/bin/ # buildkit
                        
# 2025-12-10 03:24:57  60.22MB 复制新文件或目录到容器中
COPY --chown=root:root --chmod=0755 /helm/bin/helm /usr/local/bin/ # buildkit
                        
# 2025-12-10 03:23:19  92.56MB 复制新文件或目录到容器中
COPY /chroot / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:39bc34830b2503cd3b2d9f0bc84028874a1ffb09b8db89b92f042c2699737460",
    "RepoTags": [
        "rancher/shell:v0.6.1-rc.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.6.1-rc.1"
    ],
    "RepoDigests": [
        "rancher/shell@sha256:f3a3cdecd1ebe70a6aaaad9a554032d870e01de205ba7ffd28b652986e8fceae",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell@sha256:1cd6e9d16888e7ec897d33e83a93351609dde68cd928f48eb6c091eeb546ad0b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-09T19:24:58.604767449Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "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": [
            "welcome"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/shell",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 358540444,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/28bd0f9ed0c86014ed1df061c49e1a41d3e107cbe73c4d2995a8e6c66cefcf7b/diff:/var/lib/docker/overlay2/3f20cccf7d579e6ce05bf879afe471d18dcfc830052f15d416acac1e2eeebe4f/diff:/var/lib/docker/overlay2/1d1024a0efa301a746f33dd983f5bf7dd685de3cc8e62df409b7f341e3dbc811/diff:/var/lib/docker/overlay2/d2175ecf3461642c88aa19c46630a5a2ef1e6af88d35dd00eebbe0f01f307954/diff:/var/lib/docker/overlay2/afd0062eefc6e0dba93be7e615f77d4bc8423b7b66c8b3ad4a76f1c5c7d04875/diff",
            "MergedDir": "/var/lib/docker/overlay2/e709475b22f638ffb7e6dfd0a62b18d38e3175db0bdba076e9e3db2f81ae40e5/merged",
            "UpperDir": "/var/lib/docker/overlay2/e709475b22f638ffb7e6dfd0a62b18d38e3175db0bdba076e9e3db2f81ae40e5/diff",
            "WorkDir": "/var/lib/docker/overlay2/e709475b22f638ffb7e6dfd0a62b18d38e3175db0bdba076e9e3db2f81ae40e5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6831c045465670087d251a58a3a3dce1a3029367452572e013b1d98491cafb5b",
            "sha256:fa711298752ccb6960e92aa5ac10ca80dc619aab14c2eea704a54886815cb05c",
            "sha256:64fd749af00a28a4ffbf6b67dc26d52ca804af6b14e7e7c7f8f68824ad1823ea",
            "sha256:5e4e103ef1d479ee5ce3a020188902abbb098d0a6f7233bc8b1dc6affa979db5",
            "sha256:5f238a576eb466ba5d4af7538047b84624883ad909143f29299fcf548d5c73b2",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-28T23:37:54.331431416+08:00"
    }
}

更多版本

docker.io/rancher/shell:v0.1.25

linux/amd64 docker.io405.99MB2024-06-27 10:20
474

docker.io/rancher/shell:v0.1.5

linux/arm64 docker.io141.41MB2024-07-28 01:20
383

docker.io/rancher/shell:v0.1.20

linux/amd64 docker.io387.83MB2024-08-08 15:23
442

docker.io/rancher/shell:v0.2.1

linux/amd64 docker.io302.08MB2024-08-30 17:02
579

docker.io/rancher/shell:v0.2.2

linux/amd64 docker.io303.21MB2024-10-27 12:58
422

docker.io/rancher/shell:v0.1.24

linux/amd64 docker.io392.80MB2024-11-18 19:43
390

docker.io/rancher/shell:v0.3.0

linux/amd64 docker.io307.99MB2024-12-16 15:27
313

docker.io/rancher/shell:v0.3.1

linux/amd64 docker.io332.56MB2025-03-06 15:03
310

docker.io/rancher/shell:v0.4.0

linux/amd64 docker.io338.51MB2025-04-06 15:33
248

docker.io/rancher/shell:v0.1.19

linux/amd64 docker.io345.81MB2025-04-15 09:31
247

docker.io/rancher/shell:v0.4.1

linux/amd64 docker.io339.94MB2025-05-23 18:31
439

docker.io/rancher/shell:v0.3.1

linux/arm64 docker.io325.50MB2025-07-31 10:40
129

docker.io/rancher/shell:v0.4.1

linux/arm64 docker.io333.67MB2025-08-11 16:49
166

docker.io/rancher/shell:v0.2.2

linux/arm64 docker.io298.02MB2025-08-11 18:01
124

docker.io/rancher/shell:v0.2.1

linux/arm64 docker.io297.54MB2025-08-14 16:33
106

docker.io/rancher/shell:v0.5.0

linux/amd64 docker.io348.17MB2025-08-27 01:05
306

docker.io/rancher/shell:v0.5.0

linux/arm64 docker.io339.70MB2025-09-08 01:15
143

docker.io/rancher/shell:v0.1.21

linux/amd64 docker.io391.92MB2025-10-21 17:26
130

docker.io/rancher/shell:v0.3.0

linux/arm64 docker.io302.87MB2025-10-29 11:36
62

docker.io/rancher/shell:v0.6.0

linux/amd64 docker.io356.96MB2025-12-01 15:13
87

docker.io/rancher/shell:v0.6.1

linux/amd64 docker.io358.54MB2025-12-21 08:20
54

docker.io/rancher/shell:v0.6.1-rc.1

linux/amd64 docker.io358.54MB2025-12-28 23:38
8