ci: simplify pipeline
Some checks failed
Build container / kali-build (push) Has been cancelled
Build container / fedora-build (push) Successful in 7m18s

This commit is contained in:
Job
2025-10-20 20:33:09 +02:00
parent 26266017c2
commit ac46b44332
4 changed files with 23 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
FROM git.plabble.org/job79/fedora
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