ubuntu (sha256:1ace2b9cc3c072e210bd74fd4c001dabefb8b382d28cea3b7d07fc0e755cb6b9)

Published 2025-10-23 21:27:34 +01:00 by bg

Installation

docker pull git.bill.dev/bg/ubuntu@sha256:1ace2b9cc3c072e210bd74fd4c001dabefb8b382d28cea3b7d07fc0e755cb6b9
sha256:1ace2b9cc3c072e210bd74fd4c001dabefb8b382d28cea3b7d07fc0e755cb6b9

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:d77dea5c49828eb0de89439d2b631bc8ea27cb9ef774412b56a060ba1673487b in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl unzip jq zstd wget && apt-get autoremove -y && rm -rf /var/lib/apt/* /tmp/* # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends software-properties-common gpg-agent && apt-get autoremove -y && rm -rf /var/lib/apt/* /tmp/* # buildkit
RUN /bin/sh -c add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y --no-install-recommends git && apt-get autoremove -y && rm -rf /var/lib/apt/* /tmp/* # buildkit
RUN /bin/sh -c cd /tmp && curl -fsSLk https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && bash nodesource_setup.sh apt-get update && apt-get install -y --no-install-recommends nodejs && apt-get autoremove -y && rm -rf /var/lib/apt/* /tmp/* # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-10-23 21:27:34 +01:00
0
OCI / Docker
linux/arm64
146 MiB
Versions (4) View all