An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PostgreSQL Docker image

[![Build Status](https://github.com/nicoherbigio/docker-postgresql/actions/workflows/build-docker-images.yml/badge.svg)](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.