ci-base (latest)

Published 2026-01-27 16:58:51 +01:00 by patrik

Installation

docker pull git.kdsp.net/patrik/ci-base:latest
sha256:31e97bef7c2c545a952aa7c21ea12385c08f324382790aea5f6c55b04cef740c

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
/bin/sh -c apt-get update && apt-get install -y ca-certificates curl wget git jq unzip gnupg lsb-release build-essential openssh-client python3 python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
/bin/sh -c curl -fsSL https://get.docker.com | sh
/bin/sh -c curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && npm install -g pnpm
ENV GO_VERSION=1.22.1
/bin/sh -c curl -fsSL https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz
ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WORKDIR /workspace
CMD ["bash"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-01-27 16:58:51 +01:00
2
OCI / Docker
linux/amd64
502 MiB
Versions (1) View all
latest 2026-01-27