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.
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.
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.