https://github.com/nicoherbigio/docker-postgresql
Docker Image of PostgreSQL
https://github.com/nicoherbigio/docker-postgresql
docker-hub docker-image postgresql
Last synced: 2 months ago
JSON representation
Docker Image of PostgreSQL
- Host: GitHub
- URL: https://github.com/nicoherbigio/docker-postgresql
- Owner: nicoherbigio
- Created: 2019-01-02T19:28:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T07:45:53.000Z (4 months ago)
- Last Synced: 2026-02-27T13:37:24.528Z (4 months ago)
- Topics: docker-hub, docker-image, postgresql
- Language: Dockerfile
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Docker image
[](https://github.com/nicoherbigio/docker-postgresql/actions/workflows/build-docker-images.yml)
## Supported tags and respective `Dockerfile` links
* [`18.3`, `18.3-trixie`](https://github.com/nicoherbigio/docker-postgresql/blob/main/18.3/debian/default/Dockerfile)
* [`17.9`, `17.9-trixie`](https://github.com/nicoherbigio/docker-postgresql/blob/main/17.9/debian/default/Dockerfile)
* [`16.13`, `16.13-trixie`](https://github.com/nicoherbigio/docker-postgresql/blob/main/16.13/debian/default/Dockerfile)
* [`15.17`, `15.17-trixie`](https://github.com/nicoherbigio/docker-postgresql/blob/main/15.17/debian/default/Dockerfile)
* [`14.22`, `14.22-trixie`](https://github.com/nicoherbigio/docker-postgresql/blob/main/14.22/debian/default/Dockerfile)
## How to get this image
The recommended way to get the PostgreSQL Docker image is to pull the prebuilt image from Docker Hub by specifying the tagged version.
```console
$ docker pull nicoherbigde/postgresql:[TAG]
```
The [list of available versions](https://hub.docker.com/r/nicoherbigde/postgresql/tags) can be viewed at Docker Hub.
## How to use this image
Coming soon ;-)
## Copyleft
This documentation was written by Nico Herbig.