Skip to content

Commit

Permalink
Removed bitnami images for older PG versions (#287)
Browse files Browse the repository at this point in the history
* Removed bitnami images for older PG versions

Bitnami dropped support for LTS PG versions. So we will no longer
support older PG versions for bitnami images.

* Removed pg17-bitnami docker image from smoke testing
  • Loading branch information
kpan2034 authored Jan 7, 2025
1 parent 162eb8f commit d7c2202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bitnami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [14, 15, 16, 17]
base-image: [postgresql, postgresql-repmgr]
pg: [17]
base-image: [postgresql]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
fail-fast: false
matrix:
pg: [14, 15, 16, 17]
type: ['normal', 'repmgr-bitnami', 'bitnami']
type: ['normal']
include:
pg: 17
type: 'bitnami'
steps:
- name: Check out the source
uses: actions/checkout@v4
Expand Down

0 comments on commit d7c2202

Please sign in to comment.