Files
devcontainer/containers/infra/Containerfile
Job79 20855d6a2a
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Has been skipped
Build containers / dependent-images (go) (push) Successful in 1s
Build containers / dependent-images (infra) (push) Successful in 53s
chore: remove echo
2025-12-28 11:41:03 +01:00

11 lines
217 B
Docker

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