first commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
0
root/etc/samba/smb.conf
Normal file
Reference in New Issue
Block a user