custom_act_runner (2024-08-29)

Published 2024-08-29 14:58:08 +00:00 by ties in public/custom_act_runner

Installation

docker pull git.ties.one/public/custom_act_runner:2024-08-29
sha256:de6b7ddb33aaeda6293b518a4e3f7940c0d80557c90e0419f54f8ffe8216117c

Image 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
Container
2024-08-29 14:58:08 +00:00
3
OCI / Docker
linux/amd64
120 MiB
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