ros2

docker-runner-gitea (noble-node-24)

Published 2025-12-17 18:54:23 +00:00 by thomas

Installation

docker pull package-cloud.dns.army/ros2/docker-runner-gitea:noble-node-24
sha256:90159356475592fef461551dbf1ed5d79d23972d60de9ab6d8e98a3f113d9b0a

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"]
LABEL maintainer=thommyho
LABEL description=An Ubuntu image with essential tools for git development and CI/CD pipelines.
ARG UBUNTU_VERSION=24.04
ENV NVM_DIR=/usr/local/nvm NODE_VERSION=24.11.1 NODE_PATH=/usr/local/nvm/v24.11.1/lib/node_modules PATH=/usr/local/nvm/versions/node/v24.11.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PIP_BREAK_SYSTEM_PACKAGES=1
RUN |1 UBUNTU_VERSION=24.04 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl wget build-essential ca-certificates python3 python3-pip && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 UBUNTU_VERSION=24.04 /bin/sh -c pip install conan # buildkit
RUN |1 UBUNTU_VERSION=24.04 /bin/sh -c mkdir -p $NVM_DIR && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm use $NODE_VERSION && nvm alias default $NODE_VERSION # buildkit
RUN |1 UBUNTU_VERSION=24.04 /bin/sh -c sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin # buildkit

Labels

Key Value
description An Ubuntu image with essential tools for git development and CI/CD pipelines.
maintainer thommyho
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-12-17 18:54:23 +00:00
0
OCI / Docker
linux/amd64
259 MiB
Versions (3) View all
focal-node-24 2025-12-17
jammy-node-24 2025-12-17
noble-node-24 2025-12-17