All checks were successful
Build container / fedora-build (push) Successful in 5m48s
9 lines
150 B
Docker
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
|