forbidden

delivery-policy-runner (sha-990fd583fd2157124907cf18de80544a85aed27a)

Published 2026-09-03 14:59:24 +02:00 by forbidden-automation

Installation

docker pull git.forbiddenprojects.dev/forbidden/delivery-policy-runner:sha-990fd583fd2157124907cf18de80544a85aed27a
sha256:2829093edecffeca3d20f460b8955447bad46f80693dbf9abe1dfde5286d6c78

About this package

Official docker images used by Gitea runner to run workflows.

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:d938ff3d4eee15d8600de84bf85eac6ecd0f20bc92dfe305dafbff0bdc974c0f in /
CMD ["/bin/bash"]
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget tzdata ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 default-libmysqlclient-dev dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev ; apt-get dist-clean # buildkit
ARG TARGETARCH
ARG FROM_IMAGE TARGETARCH
ARG FROM_IMAGE FROM_TAG TARGETARCH
ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ENV DEBIAN_FRONTEND=noninteractive
SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
WORKDIR /tmp
COPY dir:5b6280ac48c48d01a24beadefcc7925797e30b58c4e23397b73e6ae12037177d in /imagegeneration/installers
|8 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=24.04 NODE_VERSION=20 24 RUNNER=root TARGETARCH=amd64 TYPE=act /bin/sh -c bash /imagegeneration/installers/${TYPE}.sh
ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_REF BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_REPO BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.vendor="${BUILD_OWNER}"
LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}"
LABEL org.opencontainers.image.url="https://github.com/${BUILD_OWNER}/${BUILD_REPO}/tree/${BUILD_REF}/linux/${DISTRO}/${TYPE}/"
LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}"
LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}"
LABEL org.opencontainers.image.description="Special image built for using with https://github.com/nektos/act"
LABEL org.opencontainers.image.revision="${BUILD_REF}"
USER ${RUNNER}
/bin/bash --login -e -o pipefail -c
ARG IMAGE_CREATED=2026-09-01T04:41:51Z
ARG IMAGE_VERSION=v26.09.01
ARG IMAGE_REVISION=657bc507fbf45ffb47a1a0f80c6c1bc822171c87
LABEL org.opencontainers.image.created=2026-09-01T04:41:51Z org.opencontainers.image.authors=Gitea org.opencontainers.image.url=https://gitea.com/gitea/runner-images org.opencontainers.image.documentation=https://gitea.com/gitea/runner-images/src/branch/main/README.md org.opencontainers.image.source=https://gitea.com/gitea/runner-images org.opencontainers.image.version=v26.09.01 org.opencontainers.image.revision=657bc507fbf45ffb47a1a0f80c6c1bc822171c87 org.opencontainers.image.vendor=Gitea org.opencontainers.image.licenses=MIT org.opencontainers.image.title=Official Gitea Actions runner images org.opencontainers.image.description=Official docker images used by Gitea runner to run workflows.
ARG INFRA_SOURCE_SHA
ARG SOURCE_DATE_EPOCH
COPY /out/delivery-contract /usr/local/bin/delivery-contract # buildkit
COPY /out/delivery-contract.source-sha /usr/local/share/forbiddenrepo/delivery-contract.source-sha # buildkit
LABEL org.opencontainers.image.source=https://git.forbiddenrepo.dev/forbidden/infra org.opencontainers.image.revision=990fd583fd2157124907cf18de80544a85aed27a org.opencontainers.image.created-epoch=1788440343 dev.forbiddenrepo.contract-api=delivery.forbiddenrepo.dev/v1 dev.forbiddenrepo.contract-features=artifacts dev.forbiddenrepo.purpose=delivery-policy-v1
RUN |2 INFRA_SOURCE_SHA=990fd583fd2157124907cf18de80544a85aed27a SOURCE_DATE_EPOCH=1788440343 /bin/bash --login -e -o pipefail -c delivery-contract version --format contract-api | grep -Fx delivery.forbiddenrepo.dev/v1 && ( ! delivery-contract 2>/tmp/delivery-contract-help && grep -F 'validate|artifacts|render' /tmp/delivery-contract-help ) && rm -f /tmp/delivery-contract-help && grep -Fx "$INFRA_SOURCE_SHA" /usr/local/share/forbiddenrepo/delivery-contract.source-sha && command -v node && command -v git && command -v bash # buildkit
USER 1000:1000

Labels

Key Value
dev.forbiddenrepo.contract-api delivery.forbiddenrepo.dev/v1
dev.forbiddenrepo.contract-features artifacts
dev.forbiddenrepo.purpose delivery-policy-v1
io.buildah.version 1.35.0
org.opencontainers.image.authors Gitea
org.opencontainers.image.created 2026-09-01T04:41:51Z
org.opencontainers.image.created-epoch 1788440343
org.opencontainers.image.description Official docker images used by Gitea runner to run workflows.
org.opencontainers.image.documentation https://gitea.com/gitea/runner-images/src/branch/main/README.md
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 990fd583fd2157124907cf18de80544a85aed27a
org.opencontainers.image.source https://git.forbiddenrepo.dev/forbidden/infra
org.opencontainers.image.title Official Gitea Actions runner images
org.opencontainers.image.url https://gitea.com/gitea/runner-images
org.opencontainers.image.vendor Gitea
org.opencontainers.image.version v26.09.01