~sergiodj/ubuntu-docker-images/+git/postgresql:14-22.04

Last commit made on 2022-02-01
Get this branch:
git clone -b 14-22.04 https://git.launchpad.net/~sergiodj/ubuntu-docker-images/+git/postgresql
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch information

Recent commits

89d94b3... by Sergio Durigan Junior

Dockerfile: update to Jammy

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

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.