Accepting request 982611 from home:dancermak:auto_update:Tumbleweed

Add HEALTHCHECK

OBS-URL: https://build.opensuse.org/request/show/982611
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/init-image?expand=0&rev=4
This commit is contained in:
Alexander Herzig 2022-06-15 11:25:41 +00:00 committed by Git OBS Bridge
parent 450cd67de7
commit fb9177fbc7
2 changed files with 6 additions and 0 deletions

View File

@ -29,3 +29,4 @@ RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clea
CMD ["/usr/lib/systemd/systemd"]
HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD ["/usr/bin/systemctl", "is-active", "multi-user.target"]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 14 12:22:34 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Add HEALTHCHECK
-------------------------------------------------------------------
Tue May 3 09:09:51 UTC 2022 - Dan Čermák <dcermak@suse.com>