Files
devcontainer/containers/infra/Containerfile
Job79 03df535d76
All checks were successful
Build container / fedora-build (push) Successful in 6m36s
feat: add fluxcd to infra container
2025-11-16 14:25:21 +01:00

10 lines
198 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
RUN curl -s https://fluxcd.io/install.sh | bash
USER user