diff --git a/Dockerfile b/Dockerfile index fde8708..40fdc16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ -FROM bitnami/kubectl:1.30.4 AS kubectl -FROM gitea/act_runner:latest-dind-rootless +FROM bitnami/kubectl:1.30.4 -COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ -COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/ +COPY createHelmYaml.sh . -RUN mkdir -p /home/rootless/builder/ -COPY createHelmYaml.sh /home/rootless/builder/ \ No newline at end of file +ENTRYPOINT ls \ No newline at end of file