forgejo-runner-image (sha256:71ed63c55e7e4cc4997e19ff998edcd7fe207735ea830014e7653684d1c954c2)
Published 2026-04-30 10:43:27 +02:00 by Cubiss
Installation
docker pull git.cubiss.cz/cubiss/forgejo-runner-image@sha256:71ed63c55e7e4cc4997e19ff998edcd7fe207735ea830014e7653684d1c954c2sha256:71ed63c55e7e4cc4997e19ff998edcd7fe207735ea830014e7653684d1c954c2Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg && echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli && rm -rf /var/lib/apt/lists/* # buildkit |