广告图片

docker.io/tianon/wine:11.0 linux/amd64

docker.io/tianon/wine:11.0 - 国内下载镜像源 浏览次数:16

这个镜像是由tianon维护的Wine容器镜像,基于Debian系统,提供运行Windows应用程序所需的Wine环境,可用于在Linux容器中执行Windows可执行文件。

源镜像 docker.io/tianon/wine:11.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0
镜像ID sha256:e45fb9a59f3ae212eb509fac19c000b453209bacdd6dc290058ab9f05e7227e2
镜像TAG 11.0
大小 2.18GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2026-04-22T15:05:29.662958462Z
同步时间 2026-05-08 11:00
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin WINE_VERSION=11.0.0.0 WINE_DEB_VERSION=11.0.0.0~trixie-1

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0  docker.io/tianon/wine:11.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0  docker.io/tianon/wine:11.0

Shell快速替换命令

sed -i 's#tianon/wine:11.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0  docker.io/tianon/wine:11.0'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-22 23:05:29  2.10GB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	{ 		echo 'Package: src:*wine*:any'; 		echo "Pin: version $WINE_DEB_VERSION"; 		echo 'Pin-Priority: 1001'; 	} > /etc/apt/preferences.d/winehq.pref; 	apt-get install --update -y --no-install-recommends 		"winehq-stable=$WINE_DEB_VERSION" 	; 	apt-get dist-clean; 	wine --version # buildkit
                        
# 2026-04-22 23:05:29  0.00B 设置环境变量 WINE_DEB_VERSION
ENV WINE_DEB_VERSION=11.0.0.0~trixie-1
                        
# 2026-04-22 23:05:29  0.00B 设置环境变量 WINE_VERSION
ENV WINE_VERSION=11.0.0.0
                        
# 2026-04-22 23:04:02  4.00MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends apt-transport-https ca-certificates; 	savedAptMark="$(apt-mark showmanual)"; 	apt-get install -y --no-install-recommends gnupg; 		export GNUPGHOME="$(mktemp -d)"; 	gpg --batch --keyserver keyserver.ubuntu.com --recv-keys D43F640145369C51D786DDEA76F1A20FF987672F; 	gpg --batch --export --armor D43F640145369C51D786DDEA76F1A20FF987672F > /etc/apt/keyrings/winehq.asc; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME"; 		apt-mark auto '.*' > /dev/null; 	apt-mark manual $savedAptMark > /dev/null; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 		dpkg --add-architecture i386; 	suite="$(awk '$1 == "Suites:" { print $2; exit }' /etc/apt/sources.list.d/debian.sources)"; 	echo "deb [ signed-by=/etc/apt/keyrings/winehq.asc ] https://dl.winehq.org/wine-builds/debian $suite main" > /etc/apt/sources.list.d/winehq.list; 	apt-get update; 	apt-get dist-clean # buildkit
                        
# 2026-04-21 08:00:00  78.62MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'
                        
                    

镜像信息

{
    "Id": "sha256:e45fb9a59f3ae212eb509fac19c000b453209bacdd6dc290058ab9f05e7227e2",
    "RepoTags": [
        "tianon/wine:11.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine:11.0"
    ],
    "RepoDigests": [
        "tianon/wine@sha256:2d9ab0ccf7dffb91bd9c8da0e9e2c944da17c00acdb551aa25410b071debb1ea",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tianon/wine@sha256:28a1683203da3b6c9c114fe3c91edea0295ef3cfe6379f967f22b7fbf581f9ca"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-22T15:05:29.662958462Z",
    "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",
            "WINE_VERSION=11.0.0.0",
            "WINE_DEB_VERSION=11.0.0.0~trixie-1"
        ],
        "Cmd": [
            "bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2181696452,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1f43e2e5d6bbca7182007ff69cae18139adec7ae06eb7d5fb343c28c715866a8/diff:/var/lib/docker/overlay2/d6fcc253cd8bc9fc5d10cd89796d7d3249d6d0fdd2a49e889e953275b60790d7/diff",
            "MergedDir": "/var/lib/docker/overlay2/806fe35d6e3c0d6a09fb5e12dab9f967e029c790c65225857d1909c3bf2ebb94/merged",
            "UpperDir": "/var/lib/docker/overlay2/806fe35d6e3c0d6a09fb5e12dab9f967e029c790c65225857d1909c3bf2ebb94/diff",
            "WorkDir": "/var/lib/docker/overlay2/806fe35d6e3c0d6a09fb5e12dab9f967e029c790c65225857d1909c3bf2ebb94/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6d7c150df58d41c351cd9b03f1cda7a9a23d6fc91436e2bf0f098c6dd78c9c55",
            "sha256:53256f0278d2fa46ee687a5d6fd864f6037bb864e8232b0a46845780a7c947a5",
            "sha256:729b47a37cfdc62209be76ad8e5ec5ccb197d91572df07831c3cbfeeb5bc7e2d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-08T10:58:42.67914769+08:00"
    }
}

更多版本

docker.io/tianon/wine:11.0

linux/amd64 docker.io2.18GB2026-05-08 11:00
15