2022-10-03 21:34:10 UTC
790 MB
noninteractive
DEBUG_COLORStrue
FORCE_COLORtrue
LANGC.UTF-8
LANGUAGEC.UTF-8
LC_ALLC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WINEDEBUG-all,err+all
WINEDLLOVERRIDESwinemenubuilder.exe=d
[#000] sha256:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f - 3.45% (27.2 MB)
[#001] sha256:aceaa9f66a60a3695a6348be449df629aed61f57a9cbd55a388bdcfa40cb27b7 - 0.93% (7.39 MB)
[#002] sha256:e5d69e69900ca0c9eb8762e001879c1e84e29d94a2397e389440b1d8689445e5 - 0.44% (3.46 MB)
[#003] sha256:a4ff70bce0ab875155994525121d6e752650b76bf042ad710992e26038dc34ed - 0.15% (1.19 MB)
[#004] sha256:e665b6f97bc43c2ef08a8ad681fd44ea1a8521ccedccd2288d949a1e297495aa - 31.71% (251 MB)
[#005] sha256:aa2e245df63a6244eab9b03a7540f05d99e9f2de83559c3caf842ac01848fd96 - 0.0% (141 Bytes)
[#006] sha256:41aedd23d1cb89484e40c5289cab4e51a8e6bbd9d81988f15000bf7cdd369e36 - 0.0% (96 Bytes)
[#007] sha256:72e2cfbb8b03c56489763bd4ee5c13295bccab7c3a6ababfcf7dcb3603c267ff - 4.18% (33 MB)
[#008] sha256:16e4d79ff139bccf70f7f32dafc0d768469d710bbabba8c1564ba8b3595dbe6d - 1.14% (9.02 MB)
[#009] sha256:8269c0be0c253062443ce6a0ec2d941aaf1b0e56c7a2a8fdc475e28dd246969e - 55.16% (436 MB)
[#010] sha256:225d0c4dc80d594c706860c3ff86becdb8b3870d1de824f7949cf12555bcb340 - 2.84% (22.5 MB)
/bin/sh -c #(nop) ADD file:ff6963f777661fb16cc12fb04a97c558bd94768a6e4ab5bd90e01f3086818853 in /
2022-09-01 23:46:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 02:23:33 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget tzdata ; rm -rf /var/lib/apt/lists/*
2022-09-02 02:23:47 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2022-10-03 21:29:30 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2022-10-03 21:29:32 UTC/bin/sh -c curl -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn
2022-10-03 21:30:31 UTC/bin/sh -c apt-get -qq update && apt-get -qq dist-upgrade && curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && apt-get -qq install --no-install-recommends qtbase5-dev build-essential autoconf libssl-dev gcc-multilib g++-multilib lzip rpm python libcurl4 git git-lfs ssh unzip libarchive-tools libxtst6 libsecret-1-dev libopenjp2-tools liblzo2-2 && git lfs install && apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
2022-10-03 21:30:33 UTC/bin/sh -c #(nop) COPY file:ccd001fa28a323c13ac13ecc5f3d9aaae72a116e8f3ab324a7f1531e4e43d634 in /test.sh
2022-10-03 21:30:33 UTC/bin/sh -c #(nop) WORKDIR /project
2022-10-03 21:30:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-10-03 21:30:35 UTC/bin/sh -c #(nop) ENV LANGUAGE=C.UTF-8
2022-10-03 21:30:36 UTC/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8
2022-10-03 21:30:37 UTC/bin/sh -c #(nop) ENV DEBUG_COLORS=true
2022-10-03 21:30:38 UTC/bin/sh -c #(nop) ENV FORCE_COLOR=true
2022-10-03 21:30:39 UTC/bin/sh -c #(nop) ARG NODE_VERSION 14.19.3
2022-10-03 21:32:59 UTC|1 NODE_VERSION=16.17.1 /bin/sh -c curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz | tar xz -C /usr/local --strip-components=1 && unlink /usr/local/CHANGELOG.md && unlink /usr/local/LICENSE && unlink /usr/local/README.md && npm config set unsafe-perm true
2022-10-03 21:33:02 UTC|1 NODE_VERSION=16.17.1 /bin/sh -c npm i -g pnpm@7.1.6
2022-10-03 21:34:04 UTC/bin/sh -c dpkg --add-architecture i386 && curl -Lo /usr/share/keyrings/winehq.asc https://dl.winehq.org/wine-builds/winehq.key && echo 'deb [signed-by=/usr/share/keyrings/winehq.asc] https://dl.winehq.org/wine-builds/ubuntu/ focal main' > /etc/apt/sources.list.d/winehq.list && apt-get update && apt-get install -y --no-install-recommends winehq-stable=6.0.4~focal-1 wine-stable=6.0.4~focal-1 wine-stable-i386=6.0.4~focal-1 wine-stable-amd64=6.0.4~focal-1 && apt-get clean && rm -rf /var/lib/apt/lists/*
2022-10-03 21:34:07 UTC/bin/sh -c curl -L https://github.com/electron-userland/electron-builder-binaries/releases/download/wine-2.0.3-mac-10.13/wine-home.zip > /tmp/wine-home.zip && unzip /tmp/wine-home.zip -d /root/.wine && unlink /tmp/wine-home.zip
2022-10-03 21:34:08 UTC/bin/sh -c #(nop) ENV WINEDEBUG=-all,err+all
2022-10-03 21:34:10 UTC/bin/sh -c #(nop) ENV WINEDLLOVERRIDES=winemenubuilder.exe=d
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.