This commit is contained in:
parent
900bc54012
commit
1d5572e978
@ -4,8 +4,9 @@ FROM gitea/act_runner:latest-dind-rootless
|
|||||||
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
|
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
|
||||||
COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/
|
COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/
|
||||||
|
|
||||||
RUN mkdir -p ~/builder
|
RUN mkdir -p /home/rootless/builder/
|
||||||
RUN cd ~/builder
|
RUN cd /home/rootless/builder/
|
||||||
|
WORKDIR /home/rootless/builder/
|
||||||
COPY createHelmYaml.sh .
|
COPY createHelmYaml.sh .
|
||||||
RUN chmod +x createHelmYaml.sh
|
RUN chmod +x createHelmYaml.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user