[info=82d681548fd5f76283bf2e08d750e9d2]

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

View File

@ -41,3 +41,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql14/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>