Add a build step and bump the image
All checks were successful
Build and deploy / deploy (push) Successful in 1m39s

This commit is contained in:
2025-01-24 17:47:09 +00:00
parent a438d05fe9
commit 93e76876dd
3 changed files with 40 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
FROM quay.io/kairos/debian:bookworm-standard-amd64-generic-v3.1.2-k3sv1.30.4-k3s1
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="my-version"
RUN export VERSION="kairos-custom"
RUN envsubst '${VERSION}' </etc/os-release