docker.io/rancher/machine:v0.15.0-rancher133 linux/amd64

docker.io/rancher/machine:v0.15.0-rancher133 - 国内下载镜像源 浏览次数:11 安全受验证的发布者-Rancher
源镜像 docker.io/rancher/machine:v0.15.0-rancher133
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/machine:v0.15.0-rancher133
镜像ID sha256:ca6b82400e3b824e4601fcb63687d31279aedd4f031cc6fed2bae6fc3528c7d2
镜像TAG v0.15.0-rancher133
大小 182.21MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 entrypoint.sh
工作目录 /home/machine
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-09-24T19:16:58.211555561Z
同步时间 2025-11-08 20:14
更新时间 2025-11-09 02:35
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SSL_CERT_DIR=/etc/rancher/ssl
镜像标签
2025-09-24T19:14:52.898Z: org.opencontainers.image.created Machine management for a container-centric world: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 5201e6f4cfb2eca8c7c0d0d66b59f66945da71e5: org.opencontainers.image.revision https://github.com/rancher/machine: org.opencontainers.image.source machine: org.opencontainers.image.title https://github.com/rancher/machine: org.opencontainers.image.url v0.15.0-rancher133: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/machine:v0.15.0-rancher133
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/machine:v0.15.0-rancher133  docker.io/rancher/machine:v0.15.0-rancher133

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-25 03:16:58  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["entrypoint.sh"]
                        
# 2025-09-25 03:16:58  0.00B 设置工作目录为/home/machine
WORKDIR /home/machine
                        
# 2025-09-25 03:16:58  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-09-25 03:16:58  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p .docker/machine/machines /etc/rancher/ssl /home/machine &&     chown -R machine /etc/rancher/ssl &&     chown -R machine /home/machine &&     chown machine /usr/local/bin # buildkit
                        
# 2025-09-25 03:16:57  182.21MB 复制新文件或目录到容器中
COPY /chroot / # buildkit
                        
# 2025-09-25 03:16:57  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/rancher/ssl
                        
                    

镜像信息

{
    "Id": "sha256:ca6b82400e3b824e4601fcb63687d31279aedd4f031cc6fed2bae6fc3528c7d2",
    "RepoTags": [
        "rancher/machine:v0.15.0-rancher133",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/machine:v0.15.0-rancher133"
    ],
    "RepoDigests": [
        "rancher/machine@sha256:95f3b87d583c0b5aa87aef01558ae88c3dc5dba0f6ed4d9b66ff543499c9cdae",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/machine@sha256:7234a7e3ae666635a211076c4f7c8cce6c5df2ddbd9aebdb577e98e852f22751"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-24T19:16:58.211555561Z",
    "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",
            "SSL_CERT_DIR=/etc/rancher/ssl"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/machine",
        "Entrypoint": [
            "entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-09-24T19:14:52.898Z",
            "org.opencontainers.image.description": "Machine management for a container-centric world",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "5201e6f4cfb2eca8c7c0d0d66b59f66945da71e5",
            "org.opencontainers.image.source": "https://github.com/rancher/machine",
            "org.opencontainers.image.title": "machine",
            "org.opencontainers.image.url": "https://github.com/rancher/machine",
            "org.opencontainers.image.version": "v0.15.0-rancher133"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 182206132,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0cecf4026d9a40d0f32160b7b8cf75f3853577d528429d3945917b96cd421dc4/diff:/var/lib/docker/overlay2/1a5368bcda0863b6f2111f4b2862b84a53fb11b648a0f122e743163c95e9b2be/diff",
            "MergedDir": "/var/lib/docker/overlay2/3a94f6d52b97d89f350cf609c0bdb4456d8acc198663e1e469f109258bdd3207/merged",
            "UpperDir": "/var/lib/docker/overlay2/3a94f6d52b97d89f350cf609c0bdb4456d8acc198663e1e469f109258bdd3207/diff",
            "WorkDir": "/var/lib/docker/overlay2/3a94f6d52b97d89f350cf609c0bdb4456d8acc198663e1e469f109258bdd3207/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:accaa5fdbfe07b74d341f7459c87158ffaf63fd197bdd28f4586cd4cdff21b79",
            "sha256:7c96101d50b58a4e1e996b7c3b8c20b856e455944b1fc0e6eead25d1a0bce70a",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-08T20:14:38.392933304+08:00"
    }
}

更多版本

docker.io/rancher/machine:v0.15.0-rancher133

linux/amd64 docker.io182.21MB2025-11-08 20:14
10