~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql:13-21.04

Last commit made on 2021-09-29
Get this branch:
git clone -b 13-21.04 https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql
Members of Ubuntu Docker Images can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

a7e0529... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

4d523a2... by Athos Ribeiro

Update documentation

Signed-off-by: Athos Ribeiro <email address hidden>

47f3a44... by Athos Ribeiro

Update docs metadata to point to hirsute artifacts

Signed-off-by: Athos Ribeiro <email address hidden>

eebc425... by Bryce Harrington

Also set -eux on data directory creation

Merged branch ~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql:21.04-smoketest-gosu
b54e4e1... by Bryce Harrington

Restore gosu smoketest

a9b1fa4... by Sergio Durigan Junior

Install gosu in the final image

We need gosu because the entrypoint script uses it in order to restart
the service.

Signed-off-by: Sergio Durigan Junior <email address hidden>

Merged branch ~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql:install-gosu-21.04
e6aaa7b... by Bryce Harrington

WIP

8522acc... by Bryce Harrington

Always make apt operations non-interactive

489fab5... by Bryce Harrington

Use consistent line separations\n\nSince set -eux is in use, it's not necessary to chain commands with &&. Semi-colons will\nfacilitate debugging and prevent mistakes with more complex command logic.

206276f... by Bryce Harrington

Use set -eux consistently