2023-03-05 15:04:51 UTC
329 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
[#000] sha256:df6635ed1257a768a4cf0fba31ebc5c8a6a03ae7d5b9b079bfd9df9eb89e0f81 - 8.29% (27.3 MB)
[#001] sha256:23b7d3f3b016944c7eeeee37880c5c274cfc06cccd337b282c382d036852f921 - 2.25% (7.38 MB)
[#002] sha256:7712ac161458ffa37dfe485734ac5bfbc45c78512bfc1bca4479eb5b6f2aa64e - 1.05% (3.46 MB)
[#003] sha256:226f9257e1fb5ee1a5bb345e17f245f3e58d558b60d4c2e9216412e085fd5598 - 0.36% (1.19 MB)
[#004] sha256:aef192a1b935ea8d01ad4aa91af14b65781f3db2c0f10294a425f143414de62b - 75.93% (250 MB)
[#005] sha256:e47d5072e98c6a0edb49cbca37f5eceb0501c080967a90b7cdf80ecf7a555f23 - 0.0% (141 Bytes)
[#006] sha256:36578f141c179f0011c0432894b091e5c07066925dfbb794f131aebc22e716f9 - 0.0% (96 Bytes)
[#007] sha256:a963f974b8a471ace97775adb76d29ea61aa80adfc3aa3a3d14c487ec02d2ab1 - 10.25% (33.7 MB)
[#008] sha256:9674f070eacb38b5333132b02c5c3ee5222fe625ad26f856389fa5bb32a6581a - 1.87% (6.14 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-01 04:53:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-01 04:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-01 04:53:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-03-01 04:53:03 UTC/bin/sh -c #(nop) ADD file:3478fb5bdcf8ad03d450d48901a6a8452c0ab253f24d21b1e27f99259db2d26b in /
2023-03-01 04:53:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-02 03:25:22 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/*
2023-03-02 03:25:38 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
2023-03-05 15:02:57 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2023-03-05 15:02:59 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
2023-03-05 15:04:36 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/*
2023-03-05 15:04:37 UTC/bin/sh -c #(nop) COPY file:ccd001fa28a323c13ac13ecc5f3d9aaae72a116e8f3ab324a7f1531e4e43d634 in /test.sh
2023-03-05 15:04:38 UTC/bin/sh -c #(nop) WORKDIR /project
2023-03-05 15:04:38 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-03-05 15:04:39 UTC/bin/sh -c #(nop) ENV LANGUAGE=C.UTF-8
2023-03-05 15:04:40 UTC/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8
2023-03-05 15:04:41 UTC/bin/sh -c #(nop) ENV DEBUG_COLORS=true
2023-03-05 15:04:42 UTC/bin/sh -c #(nop) ENV FORCE_COLOR=true
2023-03-05 15:04:43 UTC/bin/sh -c #(nop) ARG NODE_VERSION 14.19.3
2023-03-05 15:04:48 UTC|1 NODE_VERSION=14.19.3 /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
2023-03-05 15:04:51 UTC|1 NODE_VERSION=14.19.3 /bin/sh -c npm i -g pnpm@7.13.2
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.