Block a user
gitea-runner-podman (v1.0.0)
Published 2026-06-04 16:00:28 -04:00 by jbrechtel
Installation
docker pull git.roo.lol/jbrechtel/gitea-runner-podman:v1.0.0sha256:7de0abe926386c63859a00f99546f68f06f7ebbdce3424dc43669190e8536e9c
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| ARG RUNNER_VERSION |
| ARG RUNNER_ARCH RUNNER_VERSION |
| ARG RUNNER_ARCH RUNNER_URL RUNNER_VERSION |
| |3 RUNNER_ARCH=linux-amd64 RUNNER_URL=https://gitea.com/gitea/runner/releases/download/v1.0.8/gitea-runner-1.0.8-linux-amd64 RUNNER_VERSION=v1.0.8 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git podman && rm -rf /var/lib/apt/lists/* |
| |3 RUNNER_ARCH=linux-amd64 RUNNER_URL=https://gitea.com/gitea/runner/releases/download/v1.0.8/gitea-runner-1.0.8-linux-amd64 RUNNER_VERSION=v1.0.8 /bin/sh -c curl -fsSL "${RUNNER_URL}" -o /usr/local/bin/gitea-runner && chmod +x /usr/local/bin/gitea-runner |
| |3 RUNNER_ARCH=linux-amd64 RUNNER_URL=https://gitea.com/gitea/runner/releases/download/v1.0.8/gitea-runner-1.0.8-linux-amd64 RUNNER_VERSION=v1.0.8 /bin/sh -c adduser --disabled-password --gecos '' --uid 1000 gitea-runner && mkdir -p /etc/gitea-runner /var/lib/containers /home/gitea-runner |
| COPY file:102ebefaf3176a0f9eecfb2f95d5f6c82ceef493b4920b0cb8e9a6bb1e8c35ab in /usr/local/bin/entrypoint.sh |
| |3 RUNNER_ARCH=linux-amd64 RUNNER_URL=https://gitea.com/gitea/runner/releases/download/v1.0.8/gitea-runner-1.0.8-linux-amd64 RUNNER_VERSION=v1.0.8 /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh |
| ENV GITEA_INSTANCE_URL=http://gitea:3000 |
| ENV GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:20-bookworm |
| VOLUME ["/var/lib/containers"] |
| USER gitea-runner |
| WORKDIR /home/gitea-runner |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |