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

Last commit made on 2021-09-29
Get this branch:
git clone -b 13-21.10 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

e7ba5f3... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

33c5ebf... by Athos Ribeiro

Update documentation

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

e1489a0... by Athos Ribeiro

Create impish image

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

eebc425... by Bryce Harrington

Also set -eux on data directory creation

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>

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