2025-07-02 15:47:21 UTC
2.22 GB
https://github.com/ProteoWizard/container
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WINEDEBUG-all
WINEDISTROstaging
WINEPATHC:\pwiz;C:\pwiz\skyline
WINEPREFIX/wineprefix64
WINEVERSION10.6~focal-1
[#000] sha256:13b7e930469f6d3575a320709035c6acf6f5485a76abcf03d1b92a64c09c2476 - 1.16% (26.2 MB)
[#001] sha256:aa4cdfae8e8cf4313e226af2bf7cddc60afce0f349e545566ba147150eeaf9d0 - 14.11% (320 MB)
[#002] sha256:6e77ee39e5df85464add713882ed19a4a41ee93dcce732a0f2572b8a0f332b57 - 29.25% (664 MB)
[#003] sha256:5db515d09de84a4963ed9297f34497d1c13a904a745225d3c4d6f474ffd6ec46 - 0.0% (102 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:b804360edc901e7111d4066fe4917c9a8a9768296c293247c0eab22a32a861af - 36.34% (825 MB)
[#006] sha256:161a9ce930bc85ee86a2d1058c6c45e4e1334a7bc805ffa570c80f85ba330a97 - 19.07% (433 MB)
[#007] sha256:08598b52753b2ebb03396e9d5e1c677a46fc784a2337e85596bd8d1d76d8af20 - 0.07% (1.69 MB)
[#008] sha256:58b0dc1ab844e8703f7a449f5508fa5acffffa891f9be15c5bb2344f3c276156 - 0.0% (2.9 KB)
[#009] sha256:15859377cbd2242509eb74d544e790946a31a866bbb9263ec9650c3cb394d399 - 0.0% (93 Bytes)
[#010] sha256:32c2c696c1e037aedb7ca1042c1f0d36447e3e8643b848da88e5831912b612e5 - 0.0% (330 Bytes)
[#011] sha256:2e98369128d132cf9b94749745d85f32e078400a9cb76f755fb281ad4b977adf - 0.0% (324 Bytes)
[#012] sha256:06a2d7e142427fbbb1cb175dceb8a5198508a242050399c0150fbfcdc839205f - 0.0% (5.95 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2025-04-08 10:42:48 UTC/bin/sh -c #(nop) ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 in /
2025-04-08 10:42:48 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)LABEL description=Wine with .NET
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)LABEL website=https://github.com/ProteoWizard/container/dotnet
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)LABEL documentation=https://github.com/ProteoWizard/container/dotnet
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)LABEL license=https://github.com/ProteoWizard/container/dotnet
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)LABEL tags=Wine,.NET
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container/dotnet
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)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-06-10 19:02:26 UTC (buildkit.dockerfile.v0)ENV WINEDISTRO=staging
2025-06-10 19:02:26 UTC (buildkit.dockerfile.v0)ENV WINEVERSION=10.6~focal-1
2025-06-13 20:31:19 UTC (buildkit.dockerfile.v0)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-06-13 20:31:19 UTC (buildkit.dockerfile.v0)ENV WINEDEBUG=-all,err+all
2025-06-13 20:31:19 UTC (buildkit.dockerfile.v0)RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /wineprefix64/ # buildkit
2025-06-13 20:31:19 UTC (buildkit.dockerfile.v0)ENV WINEPREFIX=/wineprefix64
2025-06-13 20:31:19 UTC (buildkit.dockerfile.v0)WORKDIR /wineprefix64
2025-06-13 20:37:24 UTC (buildkit.dockerfile.v0)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-07-02 15:45:12 UTC/bin/sh -c #(nop) COPY dir:290a65f396237d18f96407b43fea8a228a58d2c26b850577e397e6c7859f188e in /wineprefix64/drive_c/pwiz
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) LABEL description=Convert MS RAW vendor files to open formats or analyze them with Skyline.
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) LABEL website=https://github.com/ProteoWizard/container
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) LABEL documentation=https://github.com/ProteoWizard/container
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) LABEL license=https://github.com/ProteoWizard/container
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) LABEL tags=Metabolomics,Proteomics,MassSpectrometry
2025-07-02 15:45:51 UTC/bin/sh -c #(nop) ENV WINEDEBUG=-all
2025-07-02 15:45:52 UTC/bin/sh -c #(nop) ENV WINEPATH=C:\pwiz;C:\pwiz\skyline
2025-07-02 15:47:18 UTC/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-07-02 15:47:19 UTC/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-07-02 15:47:19 UTC/bin/sh -c mkdir /data
2025-07-02 15:47:20 UTC/bin/sh -c #(nop) WORKDIR /data
2025-07-02 15:47:20 UTC/bin/sh -c #(nop) CMD ["wine64_anyuser" "msconvert"]
2025-07-02 15:47:20 UTC/bin/sh -c #(nop) ADD file:a2b59ebd3a6c05b8b55131a9f446b10d564d47e59b62139981799cd8abc1c2da in /usr/bin/
2025-07-02 15:47:20 UTC/bin/sh -c chmod ugo+rx /usr/bin/mywine
2025-07-02 15:47:21 UTC/bin/sh -c echo "\"TMP\"=\"Z:\\\\\\\\tmp\"" >> /wineprefix64/user.reg
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.