Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Morl99 authored Nov 12, 2023
1 parent 05c5f28 commit 32dfe45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.

Expand Down

0 comments on commit 32dfe45

Please sign in to comment.