Image Overview: pgbouncer

Overview: pgbouncer Chainguard Image

This image contains the CLI for the pgbouncer connection pooler for PostgreSQL. This image contains the pgbouncer binary and can be used directly.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/pgbouncer:latest

Use It!

The image can be run directly and sets the pgbouncer tool as the entrypoint:

docker run cgr.dev/chainguard/pgbouncer:latest
/usr/bin/pgbouncer is a connection pooler for PostgreSQL.

Usage:
  /usr/bin/pgbouncer [OPTION]... CONFIG_FILE

Options:
  -d, --daemon         run in background (as a daemon)
  -q, --quiet          run quietly
  -R, --reboot         do an online reboot
  -u, --user=USERNAME  assume identity of USERNAME
  -v, --verbose        increase verbosity
  -V, --version        show version, then exit
  -h, --help           show this help, then exit

Report bugs to <https://github.com/pgbouncer/pgbouncer/issues>.
PgBouncer home page: <https://www.pgbouncer.org/>

Note that pgbouncer typically needs a configuration file to run. One is not provided here in the image by default. You can find documentation on how to configure one in the upstream documentation..

Last updated: 2024-04-11 12:38