Skip to content

Commit f5bd1c1

Browse files
authored
Merge pull request #280 from SUSE/for-deploy-4
🤖: Update build recipes for SP4
2 parents 13debb5 + 5c8b946 commit f5bd1c1

File tree

8 files changed

+28
-0
lines changed

8 files changed

+28
-0
lines changed

postgres-10-image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
4343
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql10/postgresql.conf.sample
4444

4545
STOPSIGNAL SIGINT
46+
HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
47+
CMD pg_isready -U ${POSTGRES_USER:-postgres} -h localhost -p 5432

postgres-10-image/postgres-10-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Mar 13 11:25:48 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+
- Add Healthcheck
5+
16
-------------------------------------------------------------------
27
Thu Mar 9 16:28:14 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

postgres-12-image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
4343
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql12/postgresql.conf.sample
4444

4545
STOPSIGNAL SIGINT
46+
HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
47+
CMD pg_isready -U ${POSTGRES_USER:-postgres} -h localhost -p 5432

postgres-12-image/postgres-12-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Mar 13 11:25:48 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+
- Add Healthcheck
5+
16
-------------------------------------------------------------------
27
Thu Mar 9 16:28:14 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

postgres-13-image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
4343
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql13/postgresql.conf.sample
4444

4545
STOPSIGNAL SIGINT
46+
HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
47+
CMD pg_isready -U ${POSTGRES_USER:-postgres} -h localhost -p 5432

postgres-13-image/postgres-13-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Mar 13 11:25:48 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+
- Add Healthcheck
5+
16
-------------------------------------------------------------------
27
Thu Mar 9 16:28:14 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

postgres-14-image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
4444
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql14/postgresql.conf.sample
4545

4646
STOPSIGNAL SIGINT
47+
HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
48+
CMD pg_isready -U ${POSTGRES_USER:-postgres} -h localhost -p 5432

postgres-14-image/postgres-14-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Mar 13 11:25:48 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+
- Add Healthcheck
5+
16
-------------------------------------------------------------------
27
Thu Mar 9 16:28:14 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

0 commit comments

Comments
 (0)