Namespace
chambm
Image / Tag
pwiz-skyline-i-agree-to-the-vendor-licenses:3.0.23215-975f2c7
Content Digest
sha256:f8fe5926ab733f6d62c8cad4875a89323b5d83cc1cd904605590bcf075b16ef9
Details
Created

2023-08-03 16:57:01 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.57% (777 MB)

[#006] sha256:e8d9b10672a2e98c258e13a57b90c030b76d030731bf4b2fc869d3cecb0a7ed5 - 24.4% (533 MB)

[#007] sha256:01a568c04675381f480f2719dff83b6ef765298049afe0c36c5e87817b72f75e - 0.08% (1.66 MB)

[#008] sha256:8473314289c1f6f2fe20a6447dc50f0d230c6319dddfcf69a2f81ff6bd7bdddb - 0.0% (2.89 KB)

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

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

[#011] sha256:d5ad1114c8c508397d7aca46b4f21533c6f28a525ff4cb0288e9cd2b431375ba - 0.0% (331 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-08-03 16:56:13 UTC

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

2023-08-03 16:56:47 UTC

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

2023-08-03 16:56:47 UTC

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

2023-08-03 16:56:47 UTC

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

2023-08-03 16:56:47 UTC

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

2023-08-03 16:56:48 UTC

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

2023-08-03 16:56:48 UTC

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

2023-08-03 16:56:48 UTC

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

2023-08-03 16:56:48 UTC

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

2023-08-03 16:56:59 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-08-03 16:56:59 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-08-03 16:57:00 UTC

/bin/sh -c mkdir /data

2023-08-03 16:57:00 UTC

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

2023-08-03 16:57:00 UTC

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

2023-08-03 16:57:00 UTC

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

2023-08-03 16:57:01 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