From 32dfe45c8c13324b7d1113b7858419d9a11c82e2 Mon Sep 17 00:00:00 2001 From: Carsten Hoffmann Date: Sun, 12 Nov 2023 21:49:05 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c93e07..b9051e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Postgresql container with pg_partman +# PostgreSQL container image with pg_partman -This repo is meant to provide a Docker container that is based on the popular [bitnami/postgresql](https://hub.docker.com/r/bitnami/postgresql) container, that comes preinstalled with the [pg_partman](https://github.com/pgpartman/pg_partman) postgresql extension. +This repo is meant to provide an OCI (Docker) container image that is based on the popular [bitnami/postgresql](https://hub.docker.com/r/bitnami/postgresql) image, that comes preinstalled with the [pg_partman](https://github.com/pgpartman/pg_partman) PostgreSQL extension. It pushes a nightly latest image of all tag versions to [ghcr.io](https://github.com/orgs/dbsystel/packages/container/package/postgresql-partman) @@ -13,7 +13,7 @@ docker run ghcr.io/dbsystel/postgresql-partman:{13-4,14-4,15-4,16-4} docker run ghcr.io/dbsystel/postgresql-partman:{14-5,15-5,16-5} ``` -The first part of the tag represent the postgresql major version, the second part represents the partman major version. If you leave out the second part, you will get the default version of partman as specified by this repository. Be aware, that this can change without notice. +The first part of the tag represents the PostgreSQL major version, the second part represents the partman major version. If you leave out the second part, you will get the default version of partman as specified by this repository. Be aware, that this can change without notice. You can find out the actual versions used by looking at the labels of an image.