Ubuntu 24.04 images with PostgreSQL official package
10K+
Just a set of Ubuntu 24.04 images with the official PostgreSQL packages that I am using at some Continuous Integration environments.
docker run -t --name test -e "DB_NAME=mydbname" -e "DB_PASS=mydbpassword" juliogonzalez/ubuntu24.04-postgresql:11
DB_NAME and DB_PASS are optional.
If DB_NAME is present, a database will be created when the container is launched.
If DB_PASSWORD is present, the specified password will be applied to the postgres user. Otherwise a random password will be created.
By default the container will expose port TCP 5432, and you will be able to access with the user postgresql
You can also specify volumes so /etc/postgresql, /var/log/postgresq and /var/lib/postgresql are external to the container.
Content type
Image
Digest
sha256:befc3700b…
Size
432 MB
Last updated
3 days ago
docker pull juliogonzalez/ubuntu24.04-postgresql:19-testing