docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest linux/amd64

docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest - 国内下载镜像源 浏览次数:8

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

这是一个包含 Skyline 软件的 Docker 镜像。Skyline 是一款用于蛋白质组学数据处理和定量分析的软件。 镜像名称中的 "i-agree-to-the-vendor-licenses" 表明用户在使用此镜像前已同意软件厂商的许可协议。

源镜像 docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest
镜像ID sha256:031c5e4f3e5f32819058a3e7d3922ffb36a9cbd09ade5f76ec8c4b0d530a57bb
镜像TAG latest
大小 6.02GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD wine64_anyuser msconvert
启动入口
工作目录 /data
OS/平台 linux/amd64
浏览量 8 次
贡献者 hd***7@qq.com
镜像创建 2025-05-22T23:50:11.119138963Z
同步时间 2025-06-19 18:53
更新时间 2025-06-20 06:02
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CONTAINER_GITHUB=https://github.com/ProteoWizard/container WINEDISTRO=devel WINEVERSION=7.8~focal-1 WINEDEBUG=-all WINEPREFIX=/wineprefix64 WINEPATH=C:\pwiz;C:\pwiz\skyline
镜像标签
Convert MS RAW vendor files to open formats or analyze them with Skyline.: description https://github.com/ProteoWizard/container: documentation https://github.com/ProteoWizard/container: license ubuntu: org.opencontainers.image.ref.name 20.04: org.opencontainers.image.version Metabolomics,Proteomics,MassSpectrometry: tags https://github.com/ProteoWizard/container: website

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest  docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest  docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest

Shell快速替换命令

sed -i 's#proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest  docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest  docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest'

镜像构建历史


# 2025-05-23 07:50:11  31.06KB 
/bin/sh -c echo "\"TMP\"=\"Z:\\\\\\\\tmp\"" >> /wineprefix64/user.reg
                        
# 2025-05-23 07:50:10  363.00B 
/bin/sh -c chmod ugo+rx /usr/bin/mywine
                        
# 2025-05-23 07:50:09  363.00B 
/bin/sh -c #(nop) ADD file:28667d81da9187422781774d9605ce91c33df648ebc30535ea83b4f36a9402da in /usr/bin/ 
                        
# 2025-05-23 07:50:09  0.00B 
/bin/sh -c #(nop)  CMD ["wine64_anyuser" "msconvert"]
                        
# 2025-05-23 07:50:09  0.00B 
/bin/sh -c #(nop) WORKDIR /data
                        
# 2025-05-23 07:50:09  0.00B 
/bin/sh -c mkdir /data
                        
# 2025-05-23 07:50:08  657.76KB 
/bin/sh -c groupadd -r galaxy -g 1450 &&     useradd -u 1450 -r -g galaxy -d /home/galaxy -c "Galaxy user" galaxy &&     useradd -u 1000 -r -g galaxy -d /home/galaxy -c "Galaxy docker user" galaxy_docker &&     useradd -u 2000 -r -g galaxy -d /home/galaxy -c "Galaxy Travis user" galaxy_travis &&     useradd -u 999 -r -g galaxy -d /home/galaxy -c "usegalaxy.eu user" galaxy_eu
                        
# 2025-05-23 07:50:08  6.56MB 
/bin/sh -c apt-get update &&     apt-get -y install sudo &&     apt-get -y clean &&     echo "ALL     ALL=NOPASSWD:  ALL" >> /etc/sudoers &&     echo '#!/bin/sh\nsudo -E -H -u root wine64 "$@"' > /usr/bin/wine64_anyuser &&     echo '#!/bin/sh\nsudo -E -H -u root wine "$@"' > /usr/bin/wine_anyuser &&     chmod ugo+rx /usr/bin/wine*anyuser &&     rm -rf       /var/lib/apt/lists/*       /usr/share/doc       /usr/share/doc-base       /usr/share/man       /usr/share/locale       /usr/share/zoneinfo
                        
# 2025-05-23 07:49:58  0.00B 
/bin/sh -c #(nop)  ENV WINEPATH=C:\pwiz;C:\pwiz\skyline
                        
# 2025-05-23 07:49:58  0.00B 
/bin/sh -c #(nop)  ENV WINEDEBUG=-all
                        
# 2025-05-23 07:49:58  0.00B 
/bin/sh -c #(nop)  LABEL tags=Metabolomics,Proteomics,MassSpectrometry
                        
# 2025-05-23 07:49:58  0.00B 
/bin/sh -c #(nop)  LABEL license=https://github.com/ProteoWizard/container
                        
# 2025-05-23 07:49:58  0.00B 
/bin/sh -c #(nop)  LABEL documentation=https://github.com/ProteoWizard/container
                        
# 2025-05-23 07:49:58  0.00B 
/bin/sh -c #(nop)  LABEL website=https://github.com/ProteoWizard/container
                        
# 2025-05-23 07:49:57  0.00B 
/bin/sh -c #(nop)  LABEL description=Convert MS RAW vendor files to open formats or analyze them with Skyline.
                        
# 2025-05-23 07:49:57  0.00B 
/bin/sh -c #(nop)  ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container
                        
# 2025-05-23 07:49:24  967.86MB 
/bin/sh -c #(nop) COPY dir:8199f967569b4bc47c376b2f42743c4d42eb8f253ab9672901e11e0f4a58031c in /wineprefix64/drive_c/pwiz 
                        
# 2025-03-15 05:21:00  2.27GB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c winetricks -q dotnet48 && wineserver -w && winetricks -q win7 && xvfb-run winetricks -q vcrun2008 vcrun2017 corefonts && wineserver -w && rm -fr /root/.cache/winetricks # buildkit
                        
# 2025-03-15 05:15:36  0.00B 设置工作目录为/wineprefix64
WORKDIR /wineprefix64
                        
# 2025-03-15 05:15:35  0.00B 设置环境变量 WINEPREFIX
ENV WINEPREFIX=/wineprefix64
                        
# 2025-03-15 05:15:35  0.00B 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /wineprefix64/ # buildkit
                        
# 2025-03-15 05:15:35  0.00B 设置环境变量 WINEDEBUG
ENV WINEDEBUG=-all,err+all
                        
# 2025-03-15 05:15:35  1.73GB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -nc https://dl.winehq.org/wine-builds/winehq.key     && apt-key add winehq.key     && apt-get update     && apt-get install -y apt-transport-https     && add-apt-repository https://dl.winehq.org/wine-builds/ubuntu/     && apt-get update     && apt-get install -y --allow-unauthenticated --install-recommends winehq-$WINEDISTRO=$WINEVERSION wine-$WINEDISTRO=$WINEVERSION wine-$WINEDISTRO-i386=$WINEVERSION wine-$WINEDISTRO-amd64=$WINEVERSION &&     apt-get -y clean &&     rm -rf       /var/lib/apt/lists/*       /usr/share/doc       /usr/share/doc-base       /usr/share/man       /usr/share/locale       /usr/share/zoneinfo       &&     wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks       -O /usr/local/bin/winetricks && chmod +x /usr/local/bin/winetricks # buildkit
                        
# 2025-03-15 05:13:40  0.00B 设置环境变量 WINEVERSION
ENV WINEVERSION=7.8~focal-1
                        
# 2025-03-15 05:13:40  0.00B 设置环境变量 WINEDISTRO
ENV WINEDISTRO=devel
                        
# 2025-03-15 05:13:40  972.17MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c dpkg --add-architecture i386     && apt-get update     && apt-get install -y         software-properties-common         winbind         cabextract         p7zip         unzip         wget         zenity         xvfb &&     apt-get -y clean &&     rm -rf       /var/lib/apt/lists/*       /usr/share/doc       /usr/share/doc-base       /usr/share/man       /usr/share/locale       /usr/share/zoneinfo # buildkit
                        
# 2025-03-15 05:13:40  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-03-15 05:13:40  0.00B 设置环境变量 CONTAINER_GITHUB
ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container/dotnet
                        
# 2025-03-15 05:13:40  0.00B 添加元数据标签
LABEL tags=Wine,.NET
                        
# 2025-03-15 05:13:40  0.00B 添加元数据标签
LABEL license=https://github.com/ProteoWizard/container/dotnet
                        
# 2025-03-15 05:13:40  0.00B 添加元数据标签
LABEL documentation=https://github.com/ProteoWizard/container/dotnet
                        
# 2025-03-15 05:13:40  0.00B 添加元数据标签
LABEL website=https://github.com/ProteoWizard/container/dotnet
                        
# 2025-03-15 05:13:40  0.00B 添加元数据标签
LABEL description=Wine with .NET
                        
# 2024-10-11 11:38:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-10-11 11:38:27  72.81MB 
/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in / 
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:031c5e4f3e5f32819058a3e7d3922ffb36a9cbd09ade5f76ec8c4b0d530a57bb",
    "RepoTags": [
        "proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:latest"
    ],
    "RepoDigests": [
        "proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses@sha256:1b42e78c2ce41a4784f5f4b5197cb1468d413b11145fa0bf8eea525281babcc1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses@sha256:efc5ae1625365e8dbc59faa654589570888a06bb2b49c3e9f4a99a56fb01921d"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-05-22T23:50:11.119138963Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.7",
    "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",
            "CONTAINER_GITHUB=https://github.com/ProteoWizard/container",
            "WINEDISTRO=devel",
            "WINEVERSION=7.8~focal-1",
            "WINEDEBUG=-all",
            "WINEPREFIX=/wineprefix64",
            "WINEPATH=C:\\pwiz;C:\\pwiz\\skyline"
        ],
        "Cmd": [
            "wine64_anyuser",
            "msconvert"
        ],
        "Image": "sha256:a695cd8d70dc551aa2e2b14710ab40edf50d6124a3deaba533a2f8d758ec15b0",
        "Volumes": null,
        "WorkingDir": "/data",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "description": "Convert MS RAW vendor files to open formats or analyze them with Skyline.",
            "documentation": "https://github.com/ProteoWizard/container",
            "license": "https://github.com/ProteoWizard/container",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "20.04",
            "tags": "Metabolomics,Proteomics,MassSpectrometry",
            "website": "https://github.com/ProteoWizard/container"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 6017775686,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2a6f642645f6c0d9293bbc9ec1e41ae7a71e5d783a05f3130c5723ef7bbeb07d/diff:/var/lib/docker/overlay2/5abec92481f57dcee287f481265a998d7c2ac613f0be5bcd728d9858b2710716/diff:/var/lib/docker/overlay2/3c1b999a3ba830134947a8f4d870e5f6133046ac4e0a56dc4153d3c12f8de105/diff:/var/lib/docker/overlay2/b4b94111d815219790ff1cb1104b71fcb59c1564f0d1285c9bf58e613aa935a3/diff:/var/lib/docker/overlay2/f67e5bb3c80d1fca69db39c6efc0546b8ddf4c5d763212d34814228384059318/diff:/var/lib/docker/overlay2/637940271b2052e7c9c7e547ada0f61a12c68b7e37f61e9849fc0f30cc20b579/diff:/var/lib/docker/overlay2/6ce5d7eed55f58e046781194091effeb1cd6b93d2553b83c4380cf7ebaea992c/diff:/var/lib/docker/overlay2/0710040d9f5993525cfdbb81d9a33fb5f876063512013b46ba8ae2c723fc9d0d/diff:/var/lib/docker/overlay2/42b235eec1e60e7382aba37700af2071c25bb1d611701f590f8a7284cc516ca4/diff:/var/lib/docker/overlay2/7541ac53e705029bdfcdaba972194d4a664ef380c180839dcf317342b36a67fe/diff:/var/lib/docker/overlay2/6b3e2c2a124a261b18a612a6b3db5641ba9bdcbb04ac57a3ad720755b594f875/diff:/var/lib/docker/overlay2/364ee650fcb55abc90ea2c6b6b0e7b00ae28674a17a09f26a611d7681de96bc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/cf56e5d7168dc23fe5e78144aeba21b9c1ccf5e583a5eb623a2b18b3e94a5a1b/merged",
            "UpperDir": "/var/lib/docker/overlay2/cf56e5d7168dc23fe5e78144aeba21b9c1ccf5e583a5eb623a2b18b3e94a5a1b/diff",
            "WorkDir": "/var/lib/docker/overlay2/cf56e5d7168dc23fe5e78144aeba21b9c1ccf5e583a5eb623a2b18b3e94a5a1b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fffe76c64ef2dee2d80a8bb3ad13d65d596d04a45510b1956a976a69215dae92",
            "sha256:f12df3c631c1583c8fa4ec29aa3749289a5b5374dee6d9a59efda637bff0261f",
            "sha256:89a0fe215b18147c8ab311fc0645d9daeef9d580a6153830827372c551f78629",
            "sha256:7da7518b1104a7bb59b6302cef0f88ffa992aeaa808517a2dff9fc0021b29aee",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f9d08e8195ee73744687f48df637d22be9731d3f86a3684be55ed26ecce86b9",
            "sha256:4d0e53c8cd3aba71a07e09436b9384c9f1871c9a46be6ce2e55d13ace292b407",
            "sha256:40c735f555eb5df1c0472f2166f0ace8b6934082629188352f5620f451e27f7d",
            "sha256:fe954dcb544e8fd4237f87d54d0591b55932be422e5b43ce7b6f1a9c893cfa57",
            "sha256:80886f705e496a610599d7901ddb377225491ad5875469f94475dcf83793412a",
            "sha256:3dd2e4bbb99292edf9c65bbdf72482a0f3e5d24a5d157e64061f29b11b5dc274",
            "sha256:dcf84f342cf72a4926cbb5319b35d5fefa1ad83715405a504a1e9e7e9b8b16a4",
            "sha256:26bb18bdadf85b89ffc1a3fd4fcb0da849d8ef32f349b8c8137b862be210b951"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-19T18:48:37.219128946+08:00"
    }
}

更多版本