media-release-runner (8b4d70c45b61bfd271a77a0dd9375c3ad2d93f4d)

Published 2026-08-23 00:27:26 -04:00 by conrad

Installation

docker pull compatible.systems/conrad/media-release-runner:8b4d70c45b61bfd271a77a0dd9375c3ad2d93f4d
sha256:1465bf95e1f4b25b4eb64d9eafd7bfe3e3961f9fa67cff9e9aafc123aee279ba

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash build-essential ca-certificates cmake coreutils curl file findutils gawk git grep gzip jq libssl-dev nodejs npm perl pkg-config python3 sed sudo tar unzip xz-utils zip && rm -rf /var/lib/apt/lists/* # buildkit
COPY /bin/forgejo-runner /usr/local/bin/forgejo-runner # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c printf '%s %s\n' 362e8055c1353e6cbce77a22d6ee6d7a32852e2a4f54bc7cb3e742143d0b0c04 /usr/local/bin/forgejo-runner | sha256sum -c - && ln -sf bash /bin/sh && install -d -m 0755 /nix && /bin/sh -c 'set -euo pipefail; probe=a,b; test "${probe//,/ }" = "a b"' && for command in bash cc cmake curl file find forgejo-runner git grep jq node npm perl pkg-config python3 sha256sum sudo tar unzip xz zip; do command -v "$command" >/dev/null; done && forgejo-runner --version # buildkit
ENV HOME=/root USER=root
WORKDIR /data
CMD ["/usr/local/bin/forgejo-runner"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-08-23 00:27:26 -04:00
61
OCI / Docker
linux/amd64
235 MiB
Versions (2) View all