Work in progress...

This commit is contained in:
2025-04-08 10:31:29 +02:00
parent 38bb966d9b
commit f6aac26bbb
12 changed files with 494 additions and 0 deletions

9
Containerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM registry.opensuse.org/opensuse/tumbleweed:latest
RUN zypper --non-interactive install --no-recommends \
python3-kubernetes \
python3-pyudev \
&& zypper clean -a \
&& rm /var/log/zypper.log
ENV TZ="Europe/Stockholm"