custom_act_runner (2024-09-17)

Published 2024-09-17 01:01:56 +00:00 by ties in public/custom_act_runner

Installation

docker pull git.ties.one/public/custom_act_runner:2024-09-17
sha256:b9aaba0be5b63ff69ed57fbd964f8d56aedebb2807a535020e4212f6aa5659e1

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:aaeb92d3288093ff43a69d19f9133475372ca003b6de902066a2d4641eec2456 in /
CMD ["/bin/bash"]
ENV TZ=Europe/Amsterdam
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-09-17 01:01:56 +00:00
0
OCI / Docker
linux/amd64
121 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