gitea-action-gatekeeper (latest)
Published 2026-06-20 22:57:14 -04:00 by rlong
Installation
docker pull gitea.tfmm.co/tfmm/gitea-action-gatekeeper:latestsha256:ddf943c4848e5e413388082744ad9ca1ac8642a1fefc27c0d83940f310a05f42
Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache bash curl jq sed grep # buildkit |
| COPY gatekeeper.sh /usr/local/bin/gatekeeper.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/gatekeeper.sh # buildkit |
| ENTRYPOINT ["/usr/local/bin/gatekeeper.sh"] |