Initial commit
This commit is contained in:
10
Containerfile
Normal file
10
Containerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user