All checks were successful
Build container / fedora-build (push) Successful in 6m36s
10 lines
198 B
Docker
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
|