garm-provider-edge-connect/runner/Dockerfile
Richard Robert Reitz 40dec1b6fd
Some checks failed
build / build (push) Successful in 1m9s
Go Tests / go-tests (push) Failing after 1m14s
feat(edge): Enabled the buildkit docker driver for rootless operation, but with appamor requirement instead
2025-10-28 15:30:10 +01:00

9 lines
294 B
Docker

FROM ghcr.io/catthehacker/ubuntu:act-22.04
USER root
RUN curl https://code.forgejo.org/forgejo/runner/releases/download/v11.2.0/forgejo-runner-11.2.0-linux-amd64 -o /bin/forgejo-runner && \
chmod +x /bin/forgejo-runner
COPY ./entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]