forgejo-arc-task-executor (sha256:8a53616a88174b25d2c77c7e060d8a806b282974de61389c47f796dec96471df)

Published 2026-01-01 23:17:33 +00:00 by zachhandley

Installation

docker pull forge.blackleafdigital.com/blackleafdigital/forgejo-arc-task-executor@sha256:8a53616a88174b25d2c77c7e060d8a806b282974de61389c47f796dec96471df
sha256:8a53616a88174b25d2c77c7e060d8a806b282974de61389c47f796dec96471df

Image layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache git bash curl jq openssh-client ca-certificates # buildkit
COPY /app/task-executor /usr/local/bin/task-executor # buildkit
RUN /bin/sh -c mkdir -p /workspace # buildkit
WORKDIR /workspace
RUN /bin/sh -c adduser -D -u 65532 runner # buildkit
USER 65532:65532
ENTRYPOINT ["task-executor"]
Details
Container
2026-01-01 23:17:33 +00:00
0
OCI / Docker
linux/amd64
23 MiB
Versions (13) View all
latest 2026-01-01
arc-v1.0.16 2026-01-01
arc-v1.0.15 2025-12-23
arc-v1.0.14 2025-12-16
arc-v1.0.13 2025-12-16