commit 99c4befdff51bca62234d52aa8d067d20194ea9f Author: ties Date: Mon Aug 26 14:22:34 2024 +0000 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2dd924c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM bitnami/kubectl:1.30.4 AS kubectl +FROM gitea/act_runner:latest-dind-rootless + +COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ +COPY --from=yq /usr/bin/yq /usr/local/bin/ \ No newline at end of file