Files
kairos-custom/Dockerfile
Joe Monk ed2a3122c6
All checks were successful
Build and deploy / deploy (push) Successful in 1m29s
Bump image to v3.3.0
2025-01-24 18:35:19 +00:00

9 lines
244 B
Docker

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