Files
devcontainer/containers/infra/Containerfile
Job79 611c16a087
All checks were successful
Build container / kali-build (push) Successful in 4m29s
ci: simplify pipeline
2025-10-20 20:35:27 +02:00

7 lines
148 B
Docker

ARG TAG
FROM git.plabble.org/job79/fedora:${TAG}
USER root
RUN dnf -y install kubectl openssl
RUN curl -sL https://talos.dev/install | sh
USER user