ros2

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

Published 2025-12-17 18:58:06 +00:00 by thomas

Installation

docker pull package-cloud.dns.army/ros2/docker-runner-gitea:focal-node-24
sha256:7b5af2c10f505cfdc530002c3034a2d3dda7ac4bb1dd52efb707c1e858222fdc

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 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=20.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=20.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=20.04 /bin/sh -c pip install conan # buildkit
RUN |1 UBUNTU_VERSION=20.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=20.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 20.04
Details
Container
2025-12-17 18:58:06 +00:00
0
OCI / Docker
linux/amd64
237 MiB
Versions (3) View all
focal-node-24 2025-12-17
jammy-node-24 2025-12-17
noble-node-24 2025-12-17