Tanner Wright tanner
  • Joined on 2026-05-23

act_runner (latest)

Published 2026-05-24 02:25:03 +00:00 by tanner

Installation

docker pull gitea.saltysoup.dev/tanner/act_runner:latest
sha256:a5e205e06cb7d2b6705822d271bd780739c35b32adffa0e66d3a38a6e712237c

Image Layers

ADD alpine-minirootfs-3.23.4-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 [/data]
ENTRYPOINT ["/sbin/tini" "--" "run.sh"]
RUN apk add --no-cache nodejs npm
Details
Container
2026-05-24 02:25:03 +00:00
7
OCI / Docker
linux/amd64
49 MiB
Versions (1) View all
latest 2026-05-24