friend (sha256:193ec50e3359057a3ce6c46340775537b89a68c911e572c5b72791bd6a8a7454)
Published 2025-12-24 08:47:10 +00:00 by johannes
Installation
docker pull git.vajonet.org/johannes/friend@sha256:193ec50e3359057a3ce6c46340775537b89a68c911e572c5b72791bd6a8a7454sha256:193ec50e3359057a3ce6c46340775537b89a68c911e572c5b72791bd6a8a7454Image layers
| ADD layer.tar.xz / # buildkit |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c dnf install -y openssh-clients vim bind-utils iputils traceroute git # 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" # buildkit |
| RUN /bin/sh -c 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 |