ci

ubuntu (22.04)

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

Installation

docker pull code.neureka.dev/ci/ubuntu:22.04
sha256:e71b8413cbc57a3ec863e256c11fcd6420b6368b47ac222e164acf01c22756e1

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=22.04
ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e 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:38 -08:00
12
OCI / Docker
linux/amd64
440 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