Namespace
chambm
Image / Tag
pwiz-skyline-i-agree-to-the-vendor-licenses:3.0.24172-63d00b1
Content Digest
sha256:060acdf7f562783496564a211e4ec87bbc3f8daee6925314e0c380f6799b1022
Details
Created

2024-06-20 20:50:36 UTC

Size

2.14 GB

Content Digest
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
  • tags
    Metabolomics,Proteomics,MassSpectrometry
  • website
    https://github.com/ProteoWizard/container

Environment
CONTAINER_GITHUB

https://github.com/ProteoWizard/container

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

WINEDEBUG

-all

WINEDISTRO

devel

WINEPATH

C:\pwiz;C:\pwiz\skyline

WINEPREFIX

/wineprefix64

WINEVERSION

7.8~focal-1


Layers

[#000] sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 1.24% (27.2 MB)

[#001] sha256:95dc3158f48afa8cd3a914f91bf02ed4a9b7dfd3adde2ee164e485f3428eabbf - 14.48% (317 MB)

[#002] sha256:40bc3473f6bac97b3d5f7cd67a55b7ba1d46fc8911364123a7ad8e8e48c0c6a6 - 24.13% (528 MB)

[#003] sha256:7862139886edc0b9e9eeded47e5cfe080a33bbfc18d6613233c6087f119bcdd9 - 0.0% (135 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:e5f5798813e87b571ad6439fb38e1e17406f53ce02ab376326810bbc7789874f - 35.48% (777 MB)

[#006] sha256:f78ea8dea5873c3722a6ebccf34e3044607fb6419d357fbd6959ed6269dc0022 - 24.59% (538 MB)

[#007] sha256:7d98f82cb0a4386fb37352df7a7410f0865b0ee71131748f7f76eb187692fe6c - 0.08% (1.66 MB)

[#008] sha256:58ccff88c9cc2f25d777cbd916471298d45b9d42e4b6ea2647876d9cad8ac7ae - 0.0% (2.89 KB)

[#009] sha256:cf4f142d023982d4dffc98142cdb9902bbd2858b36ac890d53daca556e9449fd - 0.0% (127 Bytes)

[#010] sha256:c73b8c403963d108e90f3dff4155ccae8a9fe935d62655d6d128d129b40329b9 - 0.0% (332 Bytes)

[#011] sha256:9a0d41c3cb0de9aca654a05b480f43c4d08278bdfdfd5f8ea811a65a1500f2cf - 0.0% (331 Bytes)

[#012] sha256:67b5ef42609fe4174a4f23e5ed7ebf360258b9390e012861f4e359b14f683441 - 0.0% (5.84 KB)


History
2022-04-29 23:20:59 UTC

/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

2024-06-20 20:49:50 UTC

/bin/sh -c #(nop) COPY dir:7a405e8ef1b9c5fba11cc6ddd58ebfacc7358e2c817208265e3651955b892606 in /wineprefix64/drive_c/pwiz

2024-06-20 20:50:24 UTC

/bin/sh -c #(nop) ENV CONTAINER_GITHUB=https://github.com/ProteoWizard/container

2024-06-20 20:50:24 UTC

/bin/sh -c #(nop) LABEL description=Convert MS RAW vendor files to open formats or analyze them with Skyline.

2024-06-20 20:50:24 UTC

/bin/sh -c #(nop) LABEL website=https://github.com/ProteoWizard/container

2024-06-20 20:50:24 UTC

/bin/sh -c #(nop) LABEL documentation=https://github.com/ProteoWizard/container

2024-06-20 20:50:24 UTC

/bin/sh -c #(nop) LABEL license=https://github.com/ProteoWizard/container

2024-06-20 20:50:25 UTC

/bin/sh -c #(nop) LABEL tags=Metabolomics,Proteomics,MassSpectrometry

2024-06-20 20:50:25 UTC

/bin/sh -c #(nop) ENV WINEDEBUG=-all

2024-06-20 20:50:25 UTC

/bin/sh -c #(nop) ENV WINEPATH=C:\pwiz;C:\pwiz\skyline

2024-06-20 20:50:33 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

2024-06-20 20:50:34 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

2024-06-20 20:50:34 UTC

/bin/sh -c mkdir /data

2024-06-20 20:50:35 UTC

/bin/sh -c #(nop) WORKDIR /data

2024-06-20 20:50:35 UTC

/bin/sh -c #(nop) CMD ["wine64_anyuser" "msconvert"]

2024-06-20 20:50:35 UTC

/bin/sh -c #(nop) ADD file:28667d81da9187422781774d9605ce91c33df648ebc30535ea83b4f36a9402da in /usr/bin/

2024-06-20 20:50:35 UTC

/bin/sh -c chmod ugo+rx /usr/bin/mywine

2024-06-20 20:50:36 UTC

/bin/sh -c echo "\"TMP\"=\"Z:\\\\\\\\tmp\"" >> /wineprefix64/user.reg

Danger Zone
Delete Tag

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.

Delete