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

Last commit made on 2021-09-09
Get this branch:
git clone -b 13-21.10-wip https://git.launchpad.net/~athos-ribeiro/ubuntu-docker-images/+git/postgresql
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Recent commits

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

1822743... by Bryce Harrington

Drop gosu

This was needed in the original Dockerfile this one derived from, in
order to wget some files as non-root. That wget functionality has been
dropped, however, and its presence or absence seems to have no impact on
the image build now.