dbsystel / postgresql-partman-container

This repo is meant to provide an OCI container image that is based on the popular bitnami/postgresql image, that comes preinstalled with the pg_partman PostgreSQL extension.
Apache License 2.0
14 stars 2 forks source link

Support multiple postgres major versions #4

Closed Morl99 closed 1 year ago

Morl99 commented 1 year ago

We should support multiple Postgres versions in parallel. We should at least offer 13 to latest.

To implement this, we can use the current workflow and add a matrix build. The docker metadata step can be extended to get the semver value from the matrix and tag the images accordingly. The Dockerfile already has a build arg for the base image version, so that should be straight forward.

Morl99 commented 1 year ago

We now support 13-15.