Set s6 service max timeout to 0

This commit is contained in:
TheSpad 2022-07-15 21:13:39 +01:00
parent 74a4516271
commit dd40de00b6
No known key found for this signature in database
GPG key ID: 08F06191F4587860
3 changed files with 6 additions and 3 deletions

View file

@ -69,7 +69,8 @@ LABEL maintainer="TheLamer"
# environment variables # environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \ HOME="/root" \
TERM="xterm" TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \

View file

@ -69,7 +69,8 @@ LABEL maintainer="TheLamer"
# environment variables # environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \ HOME="/root" \
TERM="xterm" TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \

View file

@ -69,7 +69,8 @@ LABEL maintainer="TheLamer"
# environment variables # environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \ HOME="/root" \
TERM="xterm" TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
RUN \ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \