custom_act_runner (2024-09-06)
Installation
docker pull git.ties.one/public/custom_act_runner:2024-09-06sha256:edfe04dc121a96e7c0001ad5efe2a57760d8cae83ce19f193c0613b5165c9c36Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:c2e78eb585ec4e503f14c4ea98f4962c998f5eb075749507953f85387742694b in / |
| CMD ["/bin/bash"] |
| ENV TZ=Europe/Amdsterdam |
| RUN /bin/sh -c apt update # buildkit |
| RUN /bin/sh -c apt install -y curl wget nano jq # buildkit |
| RUN /bin/sh -c curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl # buildkit |
| RUN /bin/sh -c curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash # buildkit |
| RUN /bin/sh -c wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq # buildkit |
| RUN /bin/sh -c chmod +x /usr/bin/yq # buildkit |
| COPY *.sh /usr/local/bin/ # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/*.sh # buildkit |
| USER root |
| WORKDIR /root/ |
| ENTRYPOINT ["/bin/sh" "-c" "createHelmYaml.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
Versions (11)
View all
latest
2025-09-16
2024-11-16
2024-11-16
2024-10-16
2024-10-16
2024-10-12
2024-10-12
2024-10-02
2024-10-02