Add a build step and bump the image
All checks were successful
Build and deploy / deploy (push) Successful in 1m39s
All checks were successful
Build and deploy / deploy (push) Successful in 1m39s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user