first commit

This commit is contained in:
2024-09-13 22:59:56 +01:00
commit 6df38ba5db
2 changed files with 8 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM quay.io/kairos/debian:bookworm-standard-amd64-generic-v3.1.2-k3sv1.30.4-k3s1
RUN apt update && apt -y install \
samba \
&& rm -rf /var/lib/apt/lists/*
RUN export VERSION="my-version"
RUN envsubst '${VERSION}' </etc/os-release

0
root/etc/samba/smb.conf Normal file
View File