media-release-runner (dbb3ccfe18ba50383c16c69b173d1f439cad6601)

Published 2026-08-23 06:05:54 -04:00 by conrad

Installation

docker pull compatible.systems/conrad/media-release-runner:dbb3ccfe18ba50383c16c69b173d1f439cad6601
sha256:70995ada96fa8ad5a131455fd03e7a427e72382300ede0bd336e277ce5cffe1b

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' 2b4c3751fc2f9a60f753ef97414949de25587dfa2b921870b0cb6cb7c9bf7080 /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 06:05:54 -04:00
80
OCI / Docker
linux/amd64
234 MiB
Versions (2) View all