docker-act_runner/Dockerfile
James Andariese b3bdf8686a
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 1m18s
add skopeo
2024-10-19 11:22:02 -05:00

18 lines
202 B
Docker

FROM gitea/act_runner:nightly-dind-rootless
USER root
RUN apk add \
nodejs \
tea \
curl \
buildah \
skopeo \
yq \
jq \
--no-cache
USER rootless
RUN mkdir $HOME/.docker