test
Some checks failed
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Has been skipped
Build containers / dependent-images (go) (push) Successful in 1s
Build containers / dependent-images (infra) (push) Failing after 16s

This commit is contained in:
Job
2025-12-29 11:48:35 +01:00
parent 678b8bee6e
commit 9fb52c08d8

View File

@@ -2,10 +2,9 @@ ARG TAG
FROM job79/fedora:${TAG} FROM job79/fedora:${TAG}
USER root USER root
RUN dnf -y install kubectl k9s openssl age "$(curl -s https://api.github.com/repos/getsops/sops/releases/latest | jq -r '.assets[] | select(.name | test("sops-.*.x86_64.rpm$")) | .browser_download_url')" && \ RUN dnf -y install kubectl && \
dnf clean all && \ dnf clean all && \
curl -sL https://talos.dev/install | sh && \ curl -sL https://talos.dev/install | sh && \
curl -s https://fluxcd.io/install.sh | bash && \ curl -s https://fluxcd.io/install.sh | bash
chmod 755 /run
USER user USER user