Skip to content

Commit 8cf7840

Browse files
committed
Switch from tini to catatonit
1 parent 476e686 commit 8cf7840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ m4_ifdef([[CROSS_QEMU]], [[COPY --from=docker.io/hectorm/qemu-user-static:latest
8888
RUN export DEBIAN_FRONTEND=noninteractive \
8989
&& apt-get update \
9090
&& apt-get install -y --no-install-recommends \
91+
catatonit \
9192
net-tools \
9293
netcat-openbsd \
9394
procps \
@@ -97,7 +98,6 @@ RUN export DEBIAN_FRONTEND=noninteractive \
9798
rlwrap \
9899
runit \
99100
samba \
100-
tini \
101101
&& rm -rf /var/lib/apt/lists/*
102102

103103
# Environment
@@ -132,7 +132,7 @@ COPY --chown=root:root ./scripts/bin/ /usr/local/bin/
132132
RUN find /usr/local/bin/ -type d -not -perm 0755 -exec chmod 0755 '{}' ';'
133133
RUN find /usr/local/bin/ -type f -not -perm 0755 -exec chmod 0755 '{}' ';'
134134

135-
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/container-init"]
135+
ENTRYPOINT ["/usr/bin/catatonit", "--", "/usr/local/bin/container-init"]
136136

137137
##################################################
138138
## "test" stage

0 commit comments

Comments
 (0)