docker.io/rancher/shell:v0.1.18 linux/amd64

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

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

源镜像 docker.io/rancher/shell:v0.1.18
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.1.18
镜像ID sha256:2dca1f91394232366d55543f3305f5135370981ff63fed23c9a85b96a6164eec
镜像TAG v0.1.18
大小 344.23MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD welcome
启动入口
工作目录 /home/shell
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2022-08-16T09:21:14.804460656Z
同步时间 2026-02-24 16:12
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2022-07-28T03:13:02.367604646Z: com.suse.bci.base.created Image for containers based on SUSE Linux Enterprise Server 15 SP4.: com.suse.bci.base.description obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/187b0877e5b57c467688d28195627033-sles15-image: com.suse.bci.base.disturl sle-bci: com.suse.bci.base.eula sle-bci: com.suse.bci.base.image-type https://www.suse.com/lifecycle: com.suse.bci.base.lifecycle-url registry.suse.com/suse/sle15:15.4.27.11.7: com.suse.bci.base.reference released: com.suse.bci.base.release-stage https://sources.suse.com/SUSE:SLE-15-SP4:Update:CR/sles15-image/187b0877e5b57c467688d28195627033/: com.suse.bci.base.source l3: com.suse.bci.base.supportlevel SUSE Linux Enterprise Server 15 SP4 Base Container Image: com.suse.bci.base.title https://www.suse.com/products/server/: com.suse.bci.base.url SUSE LLC: com.suse.bci.base.vendor 15.4.27.11.7: com.suse.bci.base.version sle-bci: com.suse.eula sle-bci: com.suse.image-type https://www.suse.com/lifecycle: com.suse.lifecycle-url released: com.suse.release-stage 2022-07-28T03:13:02.367604646Z: com.suse.sle.base.created Image for containers based on SUSE Linux Enterprise Server 15 SP4.: com.suse.sle.base.description obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/187b0877e5b57c467688d28195627033-sles15-image: com.suse.sle.base.disturl sle-bci: com.suse.sle.base.eula sle-bci: com.suse.sle.base.image-type https://www.suse.com/lifecycle: com.suse.sle.base.lifecycle-url registry.suse.com/suse/sle15:15.4.27.11.7: com.suse.sle.base.reference released: com.suse.sle.base.release-stage https://sources.suse.com/SUSE:SLE-15-SP4:Update:CR/sles15-image/187b0877e5b57c467688d28195627033/: com.suse.sle.base.source l3: com.suse.sle.base.supportlevel SUSE Linux Enterprise Server 15 SP4 Base Container Image: com.suse.sle.base.title https://www.suse.com/products/server/: com.suse.sle.base.url SUSE LLC: com.suse.sle.base.vendor 15.4.27.11.7: com.suse.sle.base.version l3: com.suse.supportlevel obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/187b0877e5b57c467688d28195627033-sles15-image: org.openbuildservice.disturl 2022-08-16T09:19:16Z: org.opencontainers.image.created Image for containers based on SUSE Linux Enterprise Server 15 SP4.: org.opencontainers.image.description 53951dcfebe22c77145436572ed0d70108779919: org.opencontainers.image.revision https://github.com/rancher/shell.git: org.opencontainers.image.source SUSE Linux Enterprise Server 15 SP4 Base Container Image: org.opencontainers.image.title https://github.com/rancher/shell: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 15.4.27.11.7: org.opencontainers.image.version registry.suse.com/suse/sle15:15.4.27.11.7: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://github.com/rancher/shell
                        
# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://github.com/rancher/shell.git
                        
# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.revision=53951dcfebe22c77145436572ed0d70108779919
                        
# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2022-08-16T09:19:16Z
                        
# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop)  CMD ["welcome"]
                        
# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop) WORKDIR /home/shell
                        
# 2022-08-16 17:21:14  0.00B 
/bin/sh -c #(nop)  USER 1000
                        
# 2022-08-16 17:21:14  108.00B 
/bin/sh -c #(nop) COPY file:3c48c8437bac82409709ed68031adc81d5be98c93238f64991d2eeb01a1889d6 in /home/shell/ 
                        
# 2022-08-16 17:21:14  1.13KB 
/bin/sh -c #(nop) COPY multi:bf72e184f89d1023d0a4d4984e9f9ff5577b3eaa79275b6c3f8bede49a4ac72d in /usr/local/bin/ 
                        
# 2022-08-16 17:21:09  116.29MB 
/bin/sh -c #(nop) COPY multi:8041ee0ccdbabac40a536a16936a553955efebfe3b9c95f833d52027030410a8 in /usr/local/bin/ 
                        
# 2022-08-16 17:21:06  46.20MB 
/bin/sh -c #(nop) COPY file:b71ccd71da41d6932d23ed2a5240acafdb44071858f597c7dc793933b94547d7 in /usr/local/bin/ 
                        
# 2022-08-16 17:21:05  194.00B 
/bin/sh -c echo 'shell:x:1000:1000:shell,,,:/home/shell:/bin/bash' > /etc/passwd &&     echo 'shell:x:1000:' > /etc/group &&     mkdir /home/shell &&     echo '. /etc/profile.d/bash_completion.sh' >> /home/shell/.bashrc &&     echo 'alias k="kubectl"' >> /home/shell/.bashrc &&     echo 'alias ks="kubectl -n kube-system"' >> /home/shell/.bashrc &&     echo 'source <(kubectl completion bash)' >> /home/shell/.bashrc &&     echo 'PS1="> "' >> /home/shell/.bashrc &&     mkdir /home/shell/.kube &&     chown -R shell /home/shell &&     chmod 700 /run
                        
# 2022-08-16 17:21:04  60.06MB 
/bin/sh -c zypper -n update &&     zypper -n install bash-completion gzip jq tar unzip vim wget &&     zypper clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* /usr/share/doc/manual/* /var/log/*
                        
# 2022-07-28 11:13:16  121.67MB 
KIWI 9.24.17
                        
                    

镜像信息

{
    "Id": "sha256:2dca1f91394232366d55543f3305f5135370981ff63fed23c9a85b96a6164eec",
    "RepoTags": [
        "rancher/shell:v0.1.18",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell:v0.1.18"
    ],
    "RepoDigests": [
        "rancher/shell@sha256:92648060ee5e51804f52521f40840701226856b501c49966182aa943a8c8c399",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/shell@sha256:dc547d1284721d5f640344a6224debb01b5295ed641697455be95355c4c3419a"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-08-16T09:21:14.804460656Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.14",
    "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"
        ],
        "Image": "sha256:a78836defdc6e2f212fff47c1be48793748cf876e9f104effff39fcbecf965b5",
        "Volumes": null,
        "WorkingDir": "/home/shell",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "com.suse.bci.base.created": "2022-07-28T03:13:02.367604646Z",
            "com.suse.bci.base.description": "Image for containers based on SUSE Linux Enterprise Server 15 SP4.",
            "com.suse.bci.base.disturl": "obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/187b0877e5b57c467688d28195627033-sles15-image",
            "com.suse.bci.base.eula": "sle-bci",
            "com.suse.bci.base.image-type": "sle-bci",
            "com.suse.bci.base.lifecycle-url": "https://www.suse.com/lifecycle",
            "com.suse.bci.base.reference": "registry.suse.com/suse/sle15:15.4.27.11.7",
            "com.suse.bci.base.release-stage": "released",
            "com.suse.bci.base.source": "https://sources.suse.com/SUSE:SLE-15-SP4:Update:CR/sles15-image/187b0877e5b57c467688d28195627033/",
            "com.suse.bci.base.supportlevel": "l3",
            "com.suse.bci.base.title": "SUSE Linux Enterprise Server 15 SP4 Base Container Image",
            "com.suse.bci.base.url": "https://www.suse.com/products/server/",
            "com.suse.bci.base.vendor": "SUSE LLC",
            "com.suse.bci.base.version": "15.4.27.11.7",
            "com.suse.eula": "sle-bci",
            "com.suse.image-type": "sle-bci",
            "com.suse.lifecycle-url": "https://www.suse.com/lifecycle",
            "com.suse.release-stage": "released",
            "com.suse.sle.base.created": "2022-07-28T03:13:02.367604646Z",
            "com.suse.sle.base.description": "Image for containers based on SUSE Linux Enterprise Server 15 SP4.",
            "com.suse.sle.base.disturl": "obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/187b0877e5b57c467688d28195627033-sles15-image",
            "com.suse.sle.base.eula": "sle-bci",
            "com.suse.sle.base.image-type": "sle-bci",
            "com.suse.sle.base.lifecycle-url": "https://www.suse.com/lifecycle",
            "com.suse.sle.base.reference": "registry.suse.com/suse/sle15:15.4.27.11.7",
            "com.suse.sle.base.release-stage": "released",
            "com.suse.sle.base.source": "https://sources.suse.com/SUSE:SLE-15-SP4:Update:CR/sles15-image/187b0877e5b57c467688d28195627033/",
            "com.suse.sle.base.supportlevel": "l3",
            "com.suse.sle.base.title": "SUSE Linux Enterprise Server 15 SP4 Base Container Image",
            "com.suse.sle.base.url": "https://www.suse.com/products/server/",
            "com.suse.sle.base.vendor": "SUSE LLC",
            "com.suse.sle.base.version": "15.4.27.11.7",
            "com.suse.supportlevel": "l3",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/187b0877e5b57c467688d28195627033-sles15-image",
            "org.opencontainers.image.created": "2022-08-16T09:19:16Z",
            "org.opencontainers.image.description": "Image for containers based on SUSE Linux Enterprise Server 15 SP4.",
            "org.opencontainers.image.revision": "53951dcfebe22c77145436572ed0d70108779919",
            "org.opencontainers.image.source": "https://github.com/rancher/shell.git",
            "org.opencontainers.image.title": "SUSE Linux Enterprise Server 15 SP4 Base Container Image",
            "org.opencontainers.image.url": "https://github.com/rancher/shell",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "15.4.27.11.7",
            "org.opensuse.reference": "registry.suse.com/suse/sle15:15.4.27.11.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 344226663,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d0017206c89c4d38465c3cbdeefb76d26920b9e3d2535cdbe0fbe538d209b7a2/diff:/var/lib/docker/overlay2/6a403c52ca8a1fc72144faa3f852084998b6093e435521a89d3fd90314d8b378/diff:/var/lib/docker/overlay2/ea63842fedc035421ef4cd9aa8dddcea42aead4c3babd52215bf4903be6f616f/diff:/var/lib/docker/overlay2/8d3f319275839d765ab31f593f92482fba47fa95d05af2f60437eef9660257f2/diff:/var/lib/docker/overlay2/6d0962c5e5197502d90a6abf78f543b3004a1ac240c373e220eb55281b47c46a/diff:/var/lib/docker/overlay2/cbcd2a7b2deba05e1254c2b636406032d1acf9fd6687310fac70dee41a3a49dd/diff",
            "MergedDir": "/var/lib/docker/overlay2/6d4b8071539d0c406dbfc3d483b0cb2ff7223329b72871e59f10c7a368792309/merged",
            "UpperDir": "/var/lib/docker/overlay2/6d4b8071539d0c406dbfc3d483b0cb2ff7223329b72871e59f10c7a368792309/diff",
            "WorkDir": "/var/lib/docker/overlay2/6d4b8071539d0c406dbfc3d483b0cb2ff7223329b72871e59f10c7a368792309/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ffef1f88ebdf9ba00a8120d3c6cf7792d467abd9c72e5786ec6fec0ed6020e94",
            "sha256:7bbf5e9bf76e9cd8ddc042bb41497c3e5da3d007972444300df0a564b9037e11",
            "sha256:c3a2122cf808258a3d499bbcc0d63b60077f25c592a348e27796383cda886231",
            "sha256:22469bee2ca2eb7d9b592caa565ca36650e77f1d2ee8c6fec554a30585fe36cc",
            "sha256:f02ad56c26c3169680b30ac009c674c643b0e866f2116615ccba0aa200f0d300",
            "sha256:9fbe02f9cbfadbf6bf71a6ebf5716c0473959a08f2653560db7ef60cc0b67d56",
            "sha256:7fe4e387652c86e788b12b5153cb804ca8c7d3741a93e6b7758d74263c59f5bc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-24T16:12:08.023697115+08:00"
    }
}

更多版本

docker.io/rancher/shell:v0.1.25

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

docker.io/rancher/shell:v0.1.5

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

docker.io/rancher/shell:v0.1.20

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

docker.io/rancher/shell:v0.2.1

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

docker.io/rancher/shell:v0.2.2

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

docker.io/rancher/shell:v0.1.24

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

docker.io/rancher/shell:v0.3.0

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

docker.io/rancher/shell:v0.3.1

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

docker.io/rancher/shell:v0.4.0

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

docker.io/rancher/shell:v0.1.19

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

docker.io/rancher/shell:v0.4.1

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

docker.io/rancher/shell:v0.3.1

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

docker.io/rancher/shell:v0.4.1

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

docker.io/rancher/shell:v0.2.2

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

docker.io/rancher/shell:v0.2.1

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

docker.io/rancher/shell:v0.5.0

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

docker.io/rancher/shell:v0.5.0

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

docker.io/rancher/shell:v0.1.21

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

docker.io/rancher/shell:v0.3.0

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

docker.io/rancher/shell:v0.6.0

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

docker.io/rancher/shell:v0.6.1

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

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

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

docker.io/rancher/shell:v0.6.1

linux/arm64 docker.io346.95MB2026-01-21 16:45
72

docker.io/rancher/shell:v0.1.18

linux/amd64 docker.io344.23MB2026-02-24 16:12
11