[info=dd1f7a0c04ee122a5750cc9b504a9679]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-12-image?expand=0&rev=16
This commit is contained in:
Dan Čermák 2023-03-13 12:54:51 +00:00 committed by Git OBS Bridge
parent 136e94d67b
commit 923c1d8460
2 changed files with 7 additions and 0 deletions

View File

@ -40,3 +40,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql12/postgresql.conf.sample
STOPSIGNAL SIGINT
HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
CMD pg_isready -U ${POSTGRES_USER:-postgres} -h localhost -p 5432

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 13 11:26:06 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add Healthcheck
-------------------------------------------------------------------
Thu Mar 9 16:27:16 UTC 2023 - Dan Čermák <dcermak@suse.com>