Skip to content

Commit

Permalink
Feat/bitnami pgpool (#24)
Browse files Browse the repository at this point in the history
* Add bitnami pg ha

* Add bitnami pg ha

* Add bitnami pg ha

* Add bitnami pgpool
  • Loading branch information
mishraomp authored Oct 13, 2023
1 parent bf59f4e commit 71224b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgresql,bitnami/postgresql-ha, postgres/postgres]
package: [bitnami/postgresql,bitnami/postgresql-ha,bitnami/pgpool, postgres/postgres]

steps:
- uses: actions/delete-package-versions@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
package: [bitnami/postgresql,bitnami/postgresql-ha, postgres/postgres]
tag: [12, 13, 14, 15, 16]
include:
- package: bitnami/pgpool
tag: 4
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions bitnami/pgpool/4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM bitnami/pgpool:4
HEALTHCHECK --interval=30s --timeout=10s --retries=10 \
CMD pgpool -n || exit 1

USER 1001

0 comments on commit 71224b8

Please sign in to comment.