2022-12-01 18:24:51 UTC
1.81 GB
https://github.com/ProteoWizard/container
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WINEDEBUG-all
WINEDISTROdevel
WINEPATHC:\pwiz;C:\pwiz\skyline
WINEPREFIX/wineprefix64
WINEVERSION7.8~focal-1
[#000] sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 1.47% (27.2 MB)
[#001] sha256:95dc3158f48afa8cd3a914f91bf02ed4a9b7dfd3adde2ee164e485f3428eabbf - 17.09% (317 MB)
[#002] sha256:40bc3473f6bac97b3d5f7cd67a55b7ba1d46fc8911364123a7ad8e8e48c0c6a6 - 28.49% (528 MB)
[#003] sha256:7862139886edc0b9e9eeded47e5cfe080a33bbfc18d6613233c6087f119bcdd9 - 0.0% (135 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:e5f5798813e87b571ad6439fb38e1e17406f53ce02ab376326810bbc7789874f - 41.89% (777 MB)
[#006] sha256:188d0bc5b64f955ec2bbb5349ecc07c956fd397bb09f32f1ee1b3a5cf9a88f91 - 10.97% (203 MB)
[#007] sha256:f02adb187b6d8eab30142d622631d47c1a57d67a1c2a6e4bed7424c226ac0836 - 0.09% (1.66 MB)
[#008] sha256:86a94bb6d95311d42562187e6580b5f82771bb52ffe44eda99f0ad09b3db0aca - 0.0% (2.89 KB)
[#009] sha256:b0c3e5d94e8adfecf45c2cee619de6f90d6e1c42f5f98ea9f2f6b7654275ecb2 - 0.0% (127 Bytes)
[#010] sha256:8510c1d4be839b6d7182324d413105cad32ef2c98adaaf2de02b2d6d90331bcd - 0.0% (331 Bytes)
[#011] sha256:2042d7456aecbcbaee3b1122f2ee487e2550528ece0ad030a8d4f5da682c414a - 0.0% (331 Bytes)
/bin/sh -c #(nop) ADD file:7009ad0ee0bbe5ed7f381792e07347e260e6896aeee0d80597808065120fa96b in /
2022-04-29 23:20:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)LABEL description=Wine with .NET
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)LABEL website=https://github.com/ProteoWizard/container/dotnet
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)LABEL documentation=https://github.com/ProteoWizard/container/dotnet
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)LABEL license=https://github.com/ProteoWizard/container/dotnet
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)LABEL tags=Wine,.NET
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container/dotnet
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2022-05-18 21:33:27 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
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)ENV WINEDISTRO=devel
2022-05-18 21:33:27 UTC (buildkit.dockerfile.v0)ENV WINEVERSION=7.8~focal-1
2022-05-18 21:36:01 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
2022-05-18 21:36:01 UTC (buildkit.dockerfile.v0)ENV WINEDEBUG=-all,err+all
2022-05-18 21:36:01 UTC (buildkit.dockerfile.v0)RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /wineprefix64/ # buildkit
2022-05-18 21:36:01 UTC (buildkit.dockerfile.v0)ENV WINEPREFIX=/wineprefix64
2022-05-18 21:36:02 UTC (buildkit.dockerfile.v0)WORKDIR /wineprefix64
2022-05-18 21:43:16 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
2022-12-01 18:22:24 UTC/bin/sh -c #(nop) COPY dir:9c3e0eca427837f78aaec1501e09061ed13cd1d68550b89fb1d318ddf069f9b6 in /wineprefix64/drive_c/pwiz
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) LABEL description=Convert MS RAW vendor files to open formats or analyze them with Skyline.
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) LABEL website=https://github.com/ProteoWizard/container
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) LABEL documentation=https://github.com/ProteoWizard/container
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) LABEL license=https://github.com/ProteoWizard/container
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) LABEL tags=Metabolomics,Proteomics,MassSpectrometry
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) ENV WINEDEBUG=-all
2022-12-01 18:22:33 UTC/bin/sh -c #(nop) ENV WINEPATH=C:\pwiz;C:\pwiz\skyline
2022-12-01 18:24:48 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 -u root wine64 "$@"' > /usr/bin/wine64_anyuser && echo '#!/bin/sh\nsudo -E -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
2022-12-01 18:24:49 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
2022-12-01 18:24:50 UTC/bin/sh -c mkdir /data
2022-12-01 18:24:50 UTC/bin/sh -c #(nop) WORKDIR /data
2022-12-01 18:24:50 UTC/bin/sh -c #(nop) CMD ["wine64_anyuser" "msconvert"]
2022-12-01 18:24:50 UTC/bin/sh -c #(nop) ADD file:28667d81da9187422781774d9605ce91c33df648ebc30535ea83b4f36a9402da in /usr/bin/
2022-12-01 18:24:51 UTC/bin/sh -c chmod ugo+rx /usr/bin/mywine
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.