Skip to content

Commit 42bc9ee

Browse files
committed
chore: remove pg 18 due repmgr compatbility
1 parent 1dea9b1 commit 42bc9ee

3 files changed

Lines changed: 0 additions & 234 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -123,36 +123,6 @@ jobs:
123123
flyio/postgres-flex-timescaledb:17
124124
flyio/postgres-flex-timescaledb:17.6
125125
126-
-
127-
name: Build and push Postgres 18
128-
id: docker_build_18
129-
uses: docker/build-push-action@v6
130-
with:
131-
build-args: |
132-
PG_VERSION=18.0
133-
PG_MAJOR_VERSION=18
134-
VERSION=${{ steps.get-latest-tag.outputs.tag }}
135-
context: .
136-
file: ./pg18/Dockerfile
137-
push: true
138-
tags: |
139-
flyio/postgres-flex:18
140-
flyio/postgres-flex:18.0
141-
-
142-
name: Build and push Postgres 18 Timescale DB
143-
id: docker_build_18_timescaledb
144-
uses: docker/build-push-action@v6
145-
with:
146-
build-args: |
147-
PG_VERSION=18.0
148-
PG_MAJOR_VERSION=18
149-
VERSION=${{ steps.get-latest-tag.outputs.tag }}
150-
context: .
151-
file: ./pg18/Dockerfile-timescaledb
152-
push: true
153-
tags: |
154-
flyio/postgres-flex-timescaledb:18
155-
flyio/postgres-flex-timescaledb:18.0
156126
157127
-
158128
name: Postgres 15 Image digest
@@ -172,9 +142,3 @@ jobs:
172142
-
173143
name: Postgres 17 TimescaleDB Image digest
174144
run: echo ${{ steps.docker_build_17_timescaledb.outputs.digest }}
175-
-
176-
name: Postgres 18 Image digest
177-
run: echo ${{ steps.docker_build_18.outputs.digest }}
178-
-
179-
name: Postgres 18 TimescaleDB Image digest
180-
run: echo ${{ steps.docker_build_18_timescaledb.outputs.digest }}

pg18/Dockerfile

Lines changed: 0 additions & 96 deletions
This file was deleted.

pg18/Dockerfile-timescaledb

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)