gitea_runner (latest)

Published 2026-02-22 20:27:29 +01:00 by eneuber

Installation

docker pull git.skaville.rocks/eneuber/gitea_runner:latest
sha256:e20d60c024844bedfbc50a37664c51a3a621308b00732d99a2100d24f976903a

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
/bin/sh -c apt-get update && apt-get install -y podman uidmap ca-certificates nodejs git && rm -rf /var/lib/apt/lists/*
/bin/sh -c echo 'root:100000:65536' >> /etc/subuid && echo 'root:100000:65536' >> /etc/subgid
/bin/sh -c mkdir -p /etc/containers && printf '[storage]\ndriver = "vfs"\nrunroot = "/tmp/podman-run"\ngraphroot = "/tmp/podman-storage"\n' > /etc/containers/storage.conf && printf '[registries.search]\nregistries = ["docker.io"]\n' > /etc/containers/registries.conf && printf '[engine]\ncgroup_manager = "cgroupfs"\nevents_logger = "file"\n' > /etc/containers/containers.conf
ENV XDG_RUNTIME_DIR=/tmp/podman-run

Labels

Key Value
io.buildah.version 1.39.3
Details
Container
2026-02-22 20:27:29 +01:00
10
OCI / Docker
linux/amd64
157 MiB
Versions (1) View all
latest 2026-02-22