Files
kairos-custom/Dockerfile
Joe Monk 09c2ebabf0
All checks were successful
Build and deploy / deploy (push) Successful in 1m20s
They chagned the format
2025-07-09 00:52:51 +01:00

9 lines
243 B
Docker

FROM quay.io/kairos/debian:12-standard-amd64-generic-v3.4.2-k3sv1.32.3-k3s1
RUN apt update && apt -y install \
nfs-common \
&& rm -rf /var/lib/apt/lists/*
RUN export VERSION="kairos-custom"
RUN envsubst '${VERSION}' </etc/os-release