Skip to content

Commit

Permalink
Remove non-pg17 bitnami images from tests
Browse files Browse the repository at this point in the history
Bitnami removed support for LTS branches. For us this means only
PG17 will get postgres version updates. So this PR removes the
images for previous branches from CI test.

bitnami/containers#75671

This patch also adds missing timescaledb-ha:pg17 image to the tests.
  • Loading branch information
svenklemm committed Jan 2, 2025
1 parent 27c4c02 commit 52da577
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRESQL_PASSWORD: ci
REPMGR_PARTNER_NODES: pg-0
REPMGR_PRIMARY_HOST: localhost
REPMGR_NODE_NAME: pg-0
REPMGR_NODE_NETWORK_NAME: localhost
REPMGR_USERNAME: postgres
REPMGR_PASSWORD: ci

env:
PGHOST: localhost
Expand All @@ -47,16 +41,11 @@ jobs:
"timescaledb:latest-pg15",
"timescaledb:latest-pg16",
"timescaledb:latest-pg17",
"timescaledb:latest-pg14-bitnami",
"timescaledb:latest-pg15-bitnami",
"timescaledb:latest-pg16-bitnami",
"timescaledb:latest-pg17-bitnami",
"timescaledb:latest-pg14-repmgr-bitnami",
"timescaledb:latest-pg15-repmgr-bitnami",
"timescaledb:latest-pg16-repmgr-bitnami",
"timescaledb-ha:pg14",
"timescaledb-ha:pg15",
"timescaledb-ha:pg16",
"timescaledb-ha:pg17",
"timescaledb:latest-pg17-bitnami",
]

steps:
Expand Down

0 comments on commit 52da577

Please sign in to comment.