~athos-ribeiro/ubuntu-docker-images/+git/postgresql:14-22.04-snakeoil

Last commit made on 2022-12-16
Get this branch:
git clone -b 14-22.04-snakeoil 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

Name:
14-22.04-snakeoil
Repository:
lp:~athos-ribeiro/ubuntu-docker-images/+git/postgresql

Recent commits

13f5872... by Athos Ribeiro

Remove build-time generated certificate

In its postinst script, the ssl-cert package generates a snakeoil
self-signed certificate that is made available so applications can work
with example configuration files out-of-the-box. In Docker images, this
implies that the key becomes public for all the users with access to the
image and that they all get the same key.

This patch removes the certificate and re-generates it in the entrypoint
of the image.

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

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