Namespace
electronuserland
Image / Tag
builder:base
Content Digest
sha256:46af5b849ea89b896e0e28718095df5f5ffc1df7488b0c6e3944b2e7bdf94c44
Details
Created

2026-05-21 18:20:15 UTC

Size

302 MB

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


Layers

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

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

[#002] sha256:125db56507684d0abfe140a9634eeb091d87cc5cc16e99566644adf9dbc00665 - 0.39% (1.19 MB)

[#003] sha256:0e68d15093e015a447bb3e5d3001950305575dcd19bf521f0dff0b057ae0dea3 - 86.93% (263 MB)

[#004] sha256:c64200afe83d15ed18bbd97e6d2af1cc1910b865df1ce35aefacaf63b2175599 - 0.75% (2.28 MB)

[#005] sha256:80f069d7f819306ffa03a476d9541f97a16012d616da9ca25400d9f0e41df9ef - 0.0% (97 Bytes)


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

ENV DEBIAN_FRONTEND=noninteractive

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

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

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

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

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

WORKDIR /project

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

ENV LANG=C.UTF-8

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

ENV LANGUAGE=C.UTF-8

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

ENV LC_ALL=C.UTF-8

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

ENV DEBUG_COLORS=true

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

ENV FORCE_COLOR=true

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