Files
devcontainer/containers/infra/Containerfile
2025-12-14 19:32:26 +01:00

10 lines
202 B
Docker

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