Files
devcontainer/containers/infra/Containerfile
Job79 9f1b65b781
All checks were successful
Build container / fedora-build (push) Successful in 5m48s
refactor: add spacing to dockerfiles
2025-11-10 17:59:48 +01:00

9 lines
150 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