authentik Default Admin admin
  • Joined on 2025-12-09

felhom-act-runner (0.1.0)

Published 2026-08-02 16:12:46 +02:00 by admin

Installation

docker pull gitea.dooplex.hu/admin/felhom-act-runner:0.1.0
sha256:1a40aea13ff19a045b792daa30b2e0c7848a63ee3bf30be072f749b05f014c5f

Images

Digest OS / Arch Size
bf10560f19 linux/amd64 33 MiB

Image Layers ( linux/amd64)

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 /bin/sh -c apk add --no-cache python3=3.12.12-r0 || apk add --no-cache python3 # buildkit
RUN /bin/sh -c python3 --version && git --version # buildkit
Details
Container
2026-08-02 16:12:46 +02:00
15
OCI / Docker
Versions (1) View all
0.1.0 2026-08-02