2026-05-21 18:22:15 UTC
1.6 GB
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:97e1ee089ace823bfcc55ca9c81fa3be34d7aaf8fed7ba91c29464bdfddb9973 - 1.78% (29.2 MB)
[#001] sha256:3a0aeb1f8fc5f0c234e2220faa9320cdfd32528ee5a33d4b932677603206a1e8 - 0.41% (6.78 MB)
[#002] sha256:d0f5111ad5a08d533c7145a8b90337a8ca522b2d782721b40f66b5324a938f50 - 0.07% (1.19 MB)
[#003] sha256:8d52192bc09aca06e42a72eebf93438e40e314d1df481e762300baebd3138712 - 16.02% (263 MB)
[#004] sha256:5ece28e82244dcbb8b2a0ba1034646110594fb66be9f369a6eb9cd88420c8d83 - 0.14% (2.28 MB)
[#005] sha256:75b2140d9ce110286755d3ad94047a4e833762e9c25c048d2e529e1559da3fd5 - 0.0% (97 Bytes)
[#006] sha256:bd28b3939202fdc18773a9c9daa5a463287aaaf582329ebc54ba60abc56f2f09 - 3.39% (55.5 MB)
[#007] sha256:20fdf4337face8be160e855347a61e64e8a0b5dca5946008fce88b0d45531a57 - 0.57% (9.32 MB)
[#008] sha256:20d4f45340c41a613e03387cd3ba21a83a2e67594e8de51b44181f180969f70f - 38.42% (630 MB)
[#009] sha256:4dbffd4c2cf357acfecf27fbae7caa03c006499c62811425d62759284f9d8df1 - 27.4% (449 MB)
[#010] sha256:0ee5742180db94762b4109965e3858f15738283d59872179734ad5323b1187de - 11.8% (193 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-05-09 04:49:21 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-05-09 04:49:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2026-05-09 04:49:23 UTC/bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in /
2026-05-09 04:49:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-05-15 21:10:53 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget tzdata ; rm -rf /var/lib/apt/lists/* # buildkit
2026-05-21 18:19:57 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2026-05-21 18:19:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -L --fail --tlsv1.2 --proto "=https" --proto-redir "=https" -o /tmp/yarn.tar.gz https://yarnpkg.com/latest.tar.gz && tar xvz -f /tmp/yarn.tar.gz && rm -f /tmp/yarn.tar.gz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn # buildkit
2026-05-21 18:20:35 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update -yqq && 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 python2 python3 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/* # buildkit
2026-05-21 18:20:35 UTC (buildkit.dockerfile.v0)ARG SOURCES_LIST=/etc/apt/sources.list.d/focal_security.list
2026-05-21 18:20:35 UTC (buildkit.dockerfile.v0)ARG PREFERENCES_FILE=/etc/apt/preferences.d/libssl1.1-focal
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)RUN |2 SOURCES_LIST=/etc/apt/sources.list.d/focal_security.list PREFERENCES_FILE=/etc/apt/preferences.d/libssl1.1-focal /bin/sh -c echo "deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://security.ubuntu.com/ubuntu focal-security main" | tee "$SOURCES_LIST" && printf "Package: *\nPin: release n=focal-security\nPin-Priority: 100\n\nPackage: libssl1.1\nPin: release n=focal-security\nPin-Priority: 1001\n" | tee "$PREFERENCES_FILE" && apt-get update && apt-get install -y libssl1.1 && rm -f "$SOURCES_LIST" "$PREFERENCES_FILE" && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)WORKDIR /project
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=C.UTF-8
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)ENV LC_ALL=C.UTF-8
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)ENV DEBUG_COLORS=true
2026-05-21 18:20:41 UTC (buildkit.dockerfile.v0)ENV FORCE_COLOR=true
2026-05-21 18:20:47 UTC (buildkit.dockerfile.v0)ARG NODE_VERSION=22.22.2
2026-05-21 18:20:47 UTC (buildkit.dockerfile.v0)RUN |1 NODE_VERSION=22.22.2 /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 && echo "unsafe-perm true" > .npmrc # buildkit
2026-05-21 18:20:48 UTC (buildkit.dockerfile.v0)RUN |1 NODE_VERSION=22.22.2 /bin/sh -c npm i -g pnpm@10.18.0 # buildkit
2026-05-21 18:21:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c dpkg --add-architecture i386 && mkdir -pm755 /etc/apt/keyrings && wget -O - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - && wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources && apt-get -qq update && apt-get -qq install -y --install-recommends winehq-stable && ln -sf /usr/bin/wine /usr/bin/wine64 && apt-get install -yq apt-transport-https software-properties-common && wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb && apt-get -qq update && apt-get install -y powershell && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-05-21 18:21:49 UTC (buildkit.dockerfile.v0)ENV WINEDEBUG=-all,err+all
2026-05-21 18:21:49 UTC (buildkit.dockerfile.v0)ENV WINEDLLOVERRIDES=winemenubuilder.exe=d
2026-05-21 18:21:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c wineboot --init 2>/tmp/wb.log; if [ $? -ne 0 ]; then cat /tmp/wb.log >&2; grep -qE "host_page_mask|anon_mmap|qemu" /tmp/wb.log || { echo "ERROR: wineboot failed on native x86_64" >&2; exit 1; }; echo "NOTE: wineboot failed due to QEMU page-size emulation (expected on Apple Silicon/ARM cross-builds)" >&2; fi; rm -f /tmp/wb.log # buildkit
2026-05-21 18:22:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list && apt-get -qq update -y && apt-get -qq install -y --no-install-recommends xvfb google-chrome-stable libgconf-2-4 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
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.