Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 1m3s
All checks were successful
Build docker container / Build image (push) Successful in 1m3s
This commit is contained in:
parent
e3c0a8a3e3
commit
9a41256fdf
@ -1,8 +1,5 @@
|
|||||||
FROM bitnami/kubectl:1.30.4 AS kubectl
|
FROM bitnami/kubectl:1.30.4
|
||||||
FROM gitea/act_runner:latest-dind-rootless
|
|
||||||
|
|
||||||
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
|
COPY createHelmYaml.sh .
|
||||||
COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/
|
|
||||||
|
|
||||||
RUN mkdir -p /home/rootless/builder/
|
ENTRYPOINT ls
|
||||||
COPY createHelmYaml.sh /home/rootless/builder/
|
|
||||||
Loading…
x
Reference in New Issue
Block a user