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