Initial commit

This commit is contained in:
2024-11-22 18:22:21 -06:00
commit 63598ac394

10
Containerfile Normal file
View File

@@ -0,0 +1,10 @@
# vim: set ts=4 :
FROM alpine
RUN --mount=type=cache,target=/var/cache \
apk add \
keepalived \
tini \
&& :
ENTRYPOINT ["tini", "keepalived", "--", "-n"]