Namespace
chambm
Image / Tag
pwiz-skyline-i-agree-to-the-vendor-licenses:3.0.23304-e66e43d
Content Digest
sha256:2e35f5f32fba4f4cd2f827de0b0a996e8a92a082934381a613102b6677441aa4
Details
Created

2023-10-31 04:53:06 UTC

Size

2.13 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.25% (27.2 MB)

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

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

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

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

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

[#006] sha256:b5a3d3cfc2f7f3f3e31e33b9468c56a4b17c7d6b18df77a2c3680bfa023cfd4f - 24.41% (533 MB)

[#007] sha256:9353642f744ea39f45e71e277866f2890a9ae8f1259b9e2be36ea2bd814d70a5 - 0.08% (1.66 MB)

[#008] sha256:01bfea502c462b202232a4c2b75a4c96b68602839fb2dddc7b98776446437f1c - 0.0% (2.89 KB)

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

[#010] sha256:21f10d120a3e398cb84228f1c75869ba5bf6f275da5a8ed19b9cc697a1ca83e6 - 0.0% (330 Bytes)

[#011] sha256:f9d5550d9f045f3da9dd1ba0a980b320ffa581e16bb1e22621cf7ee09ca2fd99 - 0.0% (330 Bytes)


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

2023-10-31 04:52:17 UTC

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

2023-10-31 04:52:51 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:52:52 UTC

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

2023-10-31 04:53:04 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

2023-10-31 04:53:04 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

2023-10-31 04:53:05 UTC

/bin/sh -c mkdir /data

2023-10-31 04:53:05 UTC

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

2023-10-31 04:53:05 UTC

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

2023-10-31 04:53:05 UTC

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

2023-10-31 04:53:06 UTC

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

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