Update kairos and add nfs
Some checks failed
Build and deploy / deploy (push) Failing after 43s

This commit is contained in:
2025-07-08 22:19:14 +01:00
parent 3f1ba89124
commit 1761533e39
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM quay.io/kairos/debian:bookworm-standard-amd64-generic-v3.3.0-k3sv1.32.0-k3s1 FROM quay.io/kairos/debian:bookworm-standard-amd64-generic-v3.4.2-k3sv1.32.3-k3s1
RUN apt update && apt -y install \ RUN apt update && apt -y install \
samba \ nfs-common \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN export VERSION="kairos-custom" RUN export VERSION="kairos-custom"

View File

@@ -5,4 +5,4 @@ See https://gitea.home.joemonk.co.uk/joe/gitops for how to install or upgrade
Currently: Currently:
- Samba - nfs-common - To allow k8s to mount nfs shares into the filesystem