From 1761533e3993d3f813586a233854487bacc63537 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 8 Jul 2025 22:19:14 +0100 Subject: [PATCH] Update kairos and add nfs --- Dockerfile | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a859b2..3405fbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ - samba \ + nfs-common \ && rm -rf /var/lib/apt/lists/* RUN export VERSION="kairos-custom" diff --git a/readme.md b/readme.md index 7c73472..423a37f 100644 --- a/readme.md +++ b/readme.md @@ -5,4 +5,4 @@ See https://gitea.home.joemonk.co.uk/joe/gitops for how to install or upgrade Currently: -- Samba +- nfs-common - To allow k8s to mount nfs shares into the filesystem