Block a user
ci-runner (latest)
Published 2026-04-01 01:05:42 +00:00 by ryan
Installation
docker pull registry.lunarfront.tech/ryan/ci-runner:latestsha256:03ba7b65b2b78dc80843c3a6f80a3c6bb8e6f95654edd19ec04ea5e5671a8aa5
Image Layers
| ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ansible bash curl git nodejs openssh-client python3 py3-pip unzip # buildkit |
| RUN /bin/sh -c curl -fsSL https://releases.hashicorp.com/terraform/1.10.5/terraform_1.10.5_linux_amd64.zip -o terraform.zip && unzip terraform.zip -d /usr/local/bin && rm terraform.zip # buildkit |
| RUN /bin/sh -c ansible-galaxy collection install community.docker # buildkit |
| RUN /bin/sh -c terraform --version && ansible --version # buildkit |