Block a user
infra-runner (0)
Published 2025-12-10 15:39:20 -05:00 by SavedByGrace251
Installation
docker pull gitea.newellcloud.tech/savedbygrace251/infra-runner:0sha256:de7fd465c38c996d2824b4e59d517d8236913309c25ef03b843879b0dbda144b
Image Layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache tini bash git tzdata # buildkit |
| COPY /opt/src/act_runner/act_runner /usr/local/bin/act_runner # buildkit |
| COPY scripts/run.sh /usr/local/bin/run.sh # buildkit |
| VOLUME [/var/run/docker.sock] |
| VOLUME [/data] |
| ENTRYPOINT ["/sbin/tini" "--" "run.sh"] |
| RUN /bin/sh -c apk add --no-cache bash curl ca-certificates docker-cli git go jq nodejs yq # buildkit |
| RUN /bin/sh -c curl -1sLf 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.alpine.sh' | bash && apk add --no-cache infisical # buildkit |
| RUN /bin/sh -c infisical --version || echo "infisical CLI not installed correctly" # buildkit |
| RUN /bin/sh -c DOCKER_CONFIG=${DOCKER_CONFIG:-/root/.docker} && mkdir -p "$DOCKER_CONFIG/cli-plugins" && curl -SL "https://github.com/docker/compose/releases/download/v5.0.0/docker-compose-linux-x86_64" -o "$DOCKER_CONFIG/cli-plugins/docker-compose" && chmod +x "$DOCKER_CONFIG/cli-plugins/docker-compose" # buildkit |
| COPY ./config.yaml /etc/act_runner/config.yaml # buildkit |
| ENV GITEA_RUNNER_CONFIG_FILE=/etc/act_runner/config.yaml |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | infra-runner |
| com.docker.compose.service | infra-runner |
| com.docker.compose.version | 2.29.7 |