Skip to content

Commit 32dfe45

Browse files
authored
Update README.md
1 parent 05c5f28 commit 32dfe45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Postgresql container with pg_partman
1+
# PostgreSQL container image with pg_partman
22

3-
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.
3+
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.
44

55
It pushes a nightly latest image of all tag versions to [ghcr.io](https://github.com/orgs/dbsystel/packages/container/package/postgresql-partman)
66

@@ -13,7 +13,7 @@ docker run ghcr.io/dbsystel/postgresql-partman:{13-4,14-4,15-4,16-4}
1313
docker run ghcr.io/dbsystel/postgresql-partman:{14-5,15-5,16-5}
1414
```
1515

16-
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.
16+
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.
1717

1818
You can find out the actual versions used by looking at the labels of an image.
1919

0 commit comments

Comments
 (0)