Namespace
electronuserland
Image / Tag
builder:24-wine-05.26
Content Digest
sha256:41ae540902461b6cbc988987db79547fcc10cda04d2a6c6367504f59d4b37c64
Details
Created

2026-05-21 18:21:15 UTC

Size

1.41 GB

Content Digest
Labels
  • org.opencontainers.image.version
    22.04

Environment
DEBIAN_FRONTEND

noninteractive

DEBUG_COLORS

true

FORCE_COLOR

true

LANG

C.UTF-8

LANGUAGE

C.UTF-8

LC_ALL

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

WINEDEBUG

-all,err+all

WINEDLLOVERRIDES

winemenubuilder.exe=d


Layers

[#000] sha256:97e1ee089ace823bfcc55ca9c81fa3be34d7aaf8fed7ba91c29464bdfddb9973 - 2.02% (29.2 MB)

[#001] sha256:3a0aeb1f8fc5f0c234e2220faa9320cdfd32528ee5a33d4b932677603206a1e8 - 0.47% (6.78 MB)

[#002] sha256:99d3183f837dd7c79f8cdcb2f2c5e3f1805d654cfd792d274d9d40317375f237 - 0.08% (1.19 MB)

[#003] sha256:faa80ee634a713ee7365f2f67b996e33306d474f7270c159e7cddbc24e7f0eaf - 18.16% (263 MB)

[#004] sha256:34e94f2babf3d29f2c92160d1606257960b7562338289f0eace88566013c8183 - 0.16% (2.28 MB)

[#005] sha256:95b55f2269da727b90db01f0e99593af41639b85b643af4067de32b40e09c67c - 0.0% (97 Bytes)

[#006] sha256:fd15d67d0759c85b233a2bfe8d922c801f883370513b06da83da09f612855297 - 3.83% (55.4 MB)

[#007] sha256:bd3c0ccbb9c7cc39da9524c4283346eff9e8594c616a82107bcd9ce439c4a688 - 0.64% (9.31 MB)

[#008] sha256:307634f2663b74f1eb62e4f9ab1adbd3f8ec14129daa553ba60a9ad3c1425ec1 - 43.56% (630 MB)

[#009] sha256:03c2cb90b7267b6bc6749883808876e93cb9c02d17ef870ededf8c2dc363fda2 - 31.07% (449 MB)


History
2026-05-09 04:49:21 UTC

/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:28 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-05-21 18:19:28 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:04 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:04 UTC (buildkit.dockerfile.v0)

ARG SOURCES_LIST=/etc/apt/sources.list.d/focal_security.list

2026-05-21 18:20:04 UTC (buildkit.dockerfile.v0)

ARG PREFERENCES_FILE=/etc/apt/preferences.d/libssl1.1-focal

2026-05-21 18:20:09 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:09 UTC (buildkit.dockerfile.v0)

WORKDIR /project

2026-05-21 18:20:09 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-05-21 18:20:09 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=C.UTF-8

2026-05-21 18:20:09 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2026-05-21 18:20:09 UTC (buildkit.dockerfile.v0)

ENV DEBUG_COLORS=true

2026-05-21 18:20:09 UTC (buildkit.dockerfile.v0)

ENV FORCE_COLOR=true

2026-05-21 18:20:14 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=24.15.0

2026-05-21 18:20:14 UTC (buildkit.dockerfile.v0)

RUN |1 NODE_VERSION=24.15.0 /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:16 UTC (buildkit.dockerfile.v0)

RUN |1 NODE_VERSION=24.15.0 /bin/sh -c npm i -g pnpm@10.18.0 # buildkit

2026-05-21 18:21:05 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:15 UTC (buildkit.dockerfile.v0)

ENV WINEDEBUG=-all,err+all

2026-05-21 18:21:15 UTC (buildkit.dockerfile.v0)

ENV WINEDLLOVERRIDES=winemenubuilder.exe=d

2026-05-21 18:21:15 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

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