ci

ubuntu (noble)

Published 2025-12-06 16:00:42 -08:00 by neureka in ci/ubuntu

Installation

docker pull code.neureka.dev/ci/ubuntu:noble
sha256:337e91d8e967a1049fd096374b3f25a65ae25783d03dd7ee0b974ca4f57d771e

About this package

An Ubuntu docker image with the most common build tools preinstalled.

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install ca-certificates curl git git-lfs zip unzip -y && apt-get install ca-certificates curl -y && install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && chmod a+r /etc/apt/keyrings/docker.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y && apt-get install nodejs npm -y && npm install --global yarn pnpm && rm -rf /var/lib/apt/lists/* # buildkit

Labels

Key Value
org.opencontainers.image.created 2025-12-07T00:00:34.494Z
org.opencontainers.image.description An Ubuntu docker image with the most common build tools preinstalled.
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 64d00fc048401a2a4e4374d5d0f2d5e049d162dc
org.opencontainers.image.source https://code.neureka.dev/ci/ubuntu
org.opencontainers.image.title ubuntu
org.opencontainers.image.url https://code.neureka.dev/ci/ubuntu
org.opencontainers.image.version nightly
Details
Container
2025-12-06 16:00:42 -08:00
16
OCI / Docker
linux/amd64
448 MiB
Versions (5) View all
latest 2025-12-06
24.04 2025-12-06
noble 2025-12-06
22.04 2025-12-06
jammy 2025-12-06