Skip to content

Commit 7766c74

Browse files
committed
feat: change healthcheck start-period to 5 mins
1 parent bc829b3 commit 7766c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.ubuntu-1804

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN echo "**** Add linuxgsm user ****" \
103103
&& chmod 0440 /etc/sudoers.d/$USER \
104104
&& chown $USER:$USER /data
105105

106-
HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
106+
HEALTHCHECK --interval=1m --timeout=1m --start-period=5m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
107107

108108
## Download linuxgsm.sh
109109
RUN echo "**** Download linuxgsm.sh ****" \

Dockerfile.ubuntu-2004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN echo "**** Add linuxgsm user ****" \
103103
&& chmod 0440 /etc/sudoers.d/$USER \
104104
&& chown $USER:$USER /data
105105

106-
HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
106+
HEALTHCHECK --interval=1m --timeout=1m --start-period=5m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
107107

108108
## Download linuxgsm.sh
109109
RUN echo "**** Download linuxgsm.sh ****" \

0 commit comments

Comments
 (0)