docker.io/rancher/system-upgrade-controller:v0.17.0 linux/amd64

docker.io/rancher/system-upgrade-controller:v0.17.0 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Rancher
<>

docker.io/rancher/system-upgrade-controller镜像描述

这是一个Rancher提供的Docker镜像,用于管理Rancher系统的升级过程。它包含必要的工具和脚本,可以自动执行Rancher服务器的升级,确保Rancher集群平稳过渡到新的版本。

源镜像 docker.io/rancher/system-upgrade-controller:v0.17.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0
镜像ID sha256:e0be34db9b1b1ab2e616fe9af70abbd54bb1e1fa59b857f194f6eafbd8ac4af6
镜像TAG v0.17.0
大小 51.61MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/system-upgrade-controller
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-10-14T18:40:32.311436818Z
同步时间 2025-12-29 00:03
更新时间 2025-12-29 03:21
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://github.com/rancher/system-upgrade-controller: org.opencontainers.image.source

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0  docker.io/rancher/system-upgrade-controller:v0.17.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0  docker.io/rancher/system-upgrade-controller:v0.17.0

Shell快速替换命令

sed -i 's#rancher/system-upgrade-controller:v0.17.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-10-15 02:40:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/system-upgrade-controller"]
                        
# 2025-10-15 02:40:32  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2025-10-15 02:40:32  446.42KB 复制新文件或目录到容器中
COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
                        
# 2025-10-15 02:40:32  51.16MB 复制新文件或目录到容器中
COPY dist/artifacts/system-upgrade-controller-amd64 /bin/system-upgrade-controller # buildkit
                        
# 2025-10-15 02:40:32  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-10-15 02:40:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/rancher/system-upgrade-controller
                        
                    

镜像信息

{
    "Id": "sha256:e0be34db9b1b1ab2e616fe9af70abbd54bb1e1fa59b857f194f6eafbd8ac4af6",
    "RepoTags": [
        "rancher/system-upgrade-controller:v0.17.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller:v0.17.0"
    ],
    "RepoDigests": [
        "rancher/system-upgrade-controller@sha256:7b334b59a48c1653c9f4f18016032255fd874916c78557bc671b7c7877642f1c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-upgrade-controller@sha256:d05a848808cfe134d3446ed2d0de3500f8d77d7b6a44ebf54aeddf76cd2b171d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-14T18:40:32.311436818Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65534:65534",
        "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,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/bin/system-upgrade-controller"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.source": "https://github.com/rancher/system-upgrade-controller"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 51609740,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bfa7e02c43770ba3e8177ebd3b6238aaa5b67f0bd93e48debb240e8a5026258e/diff",
            "MergedDir": "/var/lib/docker/overlay2/06fca5900dfe4ce369d9757098d1323a6bef1ae26031127f434dcc195f239361/merged",
            "UpperDir": "/var/lib/docker/overlay2/06fca5900dfe4ce369d9757098d1323a6bef1ae26031127f434dcc195f239361/diff",
            "WorkDir": "/var/lib/docker/overlay2/06fca5900dfe4ce369d9757098d1323a6bef1ae26031127f434dcc195f239361/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bb537d0872c8293d3dc31c146e9bab838ff889257d70eb2abdb8f3cb8c3de137",
            "sha256:a98e1bfa502ce131bdf4bac106e0b8f4fc0d74da5a591e8a52b524afd795491e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-29T00:03:34.722340013+08:00"
    }
}

更多版本

docker.io/rancher/system-upgrade-controller:v0.14.2

linux/amd64 docker.io39.97MB2024-12-16 15:34
342

docker.io/rancher/system-upgrade-controller:v0.15.2

linux/amd64 docker.io48.62MB2025-05-23 19:09
194

docker.io/rancher/system-upgrade-controller:v0.16.0

linux/amd64 docker.io51.09MB2025-08-14 14:57
153

docker.io/rancher/system-upgrade-controller:v0.15.2

linux/arm64 docker.io47.50MB2025-10-17 09:06
86

docker.io/rancher/system-upgrade-controller:v0.16.3

linux/arm64 docker.io49.07MB2025-10-25 16:12
68

docker.io/rancher/system-upgrade-controller:v0.16.0

linux/arm64 docker.io49.07MB2025-10-25 17:25
83

docker.io/rancher/system-upgrade-controller:v0.16.3

linux/amd64 docker.io51.10MB2025-11-07 09:27
62

docker.io/rancher/system-upgrade-controller:v0.17.0

linux/amd64 docker.io51.61MB2025-12-29 00:03
9