forgejo-selfhosted/runner-base (node22-python313)

Published 2025-06-17 04:26:52 +00:00 by chadmin

Installation

docker pull repo.chad-ai.ch/chadmin/forgejo-selfhosted/runner-base:node22-python313
sha256:2528ea7420da62559ab88c7c9490464c0e17be4c2280ad023ad4e62b39d0292a

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git build-essential python3 python3-pip ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y nodejs npm # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y python3-pip # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl gnupg lsb-release && curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y docker-ce-cli # buildkit
WORKDIR /github/workspace
WORKDIR /github/workspace
Details
Container
2025-06-17 04:26:52 +00:00
7
OCI / Docker
linux/amd64
371 MiB
Versions (1) View all
node22-python313 2025-06-17