Files
kairos-custom/Dockerfile
Joe Monk 93e76876dd
All checks were successful
Build and deploy / deploy (push) Successful in 1m39s
Add a build step and bump the image
2025-01-24 17:47:09 +00:00

9 lines
244 B
Docker

FROM quay.io/kairos/debian:bookworm-standard-amd64-generic-v3.2.4-k3sv1.31.3-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