广告图片

docker.io/tonistiigi/xx:latest linux/arm64

docker.io/tonistiigi/xx:latest - 国内下载镜像源 浏览次数:10

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/arm64 系统架构镜像

xx - Dockerfile 交叉编译助手

xx提供支持从 Dockerfile 进行交叉编译的工具,这些 Dockerfile 可以理解从或--platform传入的标志。这些帮助程序允许您以本机性能将来自任何体系结构的多平台映像构建到编译器支持的任何体系结构中。添加到您的 Dockerfile 中只需要最少的更新,并且不需要针对特定体系结构的自定义条件。docker builddocker buildx buildxx

https://github.com/tonistiigi/xx/

源镜像 docker.io/tonistiigi/xx:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64
镜像ID sha256:6c47c6a67df5bb611706dea341fabdbdbc65714f8eb1433d29fc8df02fd5c2a0
镜像TAG latest-linuxarm64
大小 67.40KB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口
工作目录 /
OS/平台 linux/arm64
浏览量 10 次
贡献者
镜像创建 2025-12-05T10:17:01.631132176Z
同步时间 2026-04-09 19:50
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-12-05T10:16:46.088Z: org.opencontainers.image.created Dockerfile cross-compilation helpers: org.opencontainers.image.description MIT: org.opencontainers.image.licenses a5592eab7a57895e8d385394ff12241bc65ecd50: org.opencontainers.image.revision https://github.com/tonistiigi/xx: org.opencontainers.image.source xx: org.opencontainers.image.title https://github.com/tonistiigi/xx: org.opencontainers.image.url 1.9.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64  docker.io/tonistiigi/xx:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64  docker.io/tonistiigi/xx:latest

Shell快速替换命令

sed -i 's#tonistiigi/xx:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64  docker.io/tonistiigi/xx:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64  docker.io/tonistiigi/xx:latest'

镜像构建历史


# 2025-12-05 18:17:01  67.40KB 复制新文件或目录到容器中
COPY /out/ /usr/bin/ # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:6c47c6a67df5bb611706dea341fabdbdbc65714f8eb1433d29fc8df02fd5c2a0",
    "RepoTags": [
        "tonistiigi/xx:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx:latest-linuxarm64"
    ],
    "RepoDigests": [
        "tonistiigi/xx@sha256:c64defb9ed5a91eacb37f96ccc3d4cd72521c4bd18d5442905b95e2226b0e707",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tonistiigi/xx@sha256:b479f9e63edb5fd4858ee5563234ad62c73f5f106d5b5079595fa23cd7bf52ba"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-05T10:17:01.631132176Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-12-05T10:16:46.088Z",
            "org.opencontainers.image.description": "Dockerfile cross-compilation helpers",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "a5592eab7a57895e8d385394ff12241bc65ecd50",
            "org.opencontainers.image.source": "https://github.com/tonistiigi/xx",
            "org.opencontainers.image.title": "xx",
            "org.opencontainers.image.url": "https://github.com/tonistiigi/xx",
            "org.opencontainers.image.version": "1.9.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 67401,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/00896d70ea1320988e4fdbce00c4294a6d7b9f477b246a2ae7e4f5b9754e66a3/merged",
            "UpperDir": "/var/lib/docker/overlay2/00896d70ea1320988e4fdbce00c4294a6d7b9f477b246a2ae7e4f5b9754e66a3/diff",
            "WorkDir": "/var/lib/docker/overlay2/00896d70ea1320988e4fdbce00c4294a6d7b9f477b246a2ae7e4f5b9754e66a3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a61f43c7ea3f0b036633ac34a481c00525efb94be77f5a607b76e7256b63f3f6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-09T19:50:02.476936548+08:00"
    }
}

更多版本

docker.io/tonistiigi/xx:golang

linux/amd64 docker.io1.73KB2024-07-16 10:58
526

docker.io/tonistiigi/xx:1.4.0

linux/amd64 docker.io60.29KB2026-02-06 15:21
94

docker.io/tonistiigi/xx:latest

linux/arm64 docker.io67.40KB2026-04-09 19:50
9