diff --git a/bitnami/pgbouncer/1/debian-12/Dockerfile b/bitnami/pgbouncer/1/debian-12/Dockerfile index 5ea77c3a2adb..489bb652b556 100644 --- a/bitnami/pgbouncer/1/debian-12/Dockerfile +++ b/bitnami/pgbouncer/1/debian-12/Dockerfile @@ -7,11 +7,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-05-13T23:12:50Z" \ + org.opencontainers.image.created="2024-05-20T10:18:05Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pgbouncer/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.22.1-debian-12-r5" \ + org.opencontainers.image.ref.name="1.22.1-debian-12-r6" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgbouncer" \ org.opencontainers.image.title="pgbouncer" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/pgbouncer/README.md b/bitnami/pgbouncer/README.md index 2dc44dad3793..5dd6fb048166 100644 --- a/bitnami/pgbouncer/README.md +++ b/bitnami/pgbouncer/README.md @@ -79,7 +79,6 @@ docker build -t bitnami/APP:latest . | `PGBOUNCER_STATS_USERS` | PgBouncer comma-separated list of database users that are allowed to connect and run read-only queries. | `nil` | | `PGBOUNCER_POOL_MODE` | PgBouncer pool mode. Allowed values: session (default), transaction and statement. | `nil` | | `PGBOUNCER_INIT_SLEEP_TIME` | PgBouncer initialization sleep time | `10` | -| `PGBOUNCER_SERVER_ROUND_ROBIN` | Defaults to LIFO server connection (0) reuse for performance but recommends uniform usage for systems with round-robin (1) setups to evenly distribute load. | `0` | | `PGBOUNCER_SERVER_FAST_CLOSE` | Disconnect a server in session pooling mode immediately or after the end of the current transaction if it is in `close_needed` mode, rather than waiting for the session end (default: 0). | `0` | | `PGBOUNCER_INIT_MAX_RETRIES` | PgBouncer initialization maximum retries | `10` | | `PGBOUNCER_QUERY_WAIT_TIMEOUT` | PgBouncer maximum time queries are allowed to spend waiting for execution (default: 120). | `nil` | @@ -97,6 +96,7 @@ docker build -t bitnami/APP:latest . | `PGBOUNCER_MAX_PREPARED_STATEMENTS` | PgBouncer maximum number of cached prepared statements (default: 0). | `nil` | | `PGBOUNCER_EXTRA_FLAGS` | Extra flags for PgBouncer initialization | `nil` | | `PGBOUNCER_FAIL_ON_INVALID_DSN_FILE` | Whether init process should fail if any DSN_FILE is not found. | `false` | +| `PGBOUNCER_SERVER_ROUND_ROBIN` | Defaults to LIFO server connection (0) reuse for performance but recommends uniform usage for systems with round-robin (1) setups to evenly distribute load. | `0` | | `PGBOUNCER_CLIENT_TLS_SSLMODE` | PgBouncer authentication type | `disable` | | `PGBOUNCER_CLIENT_TLS_CA_FILE` | PgBouncer TLS authentication CA file | `nil` | | `PGBOUNCER_CLIENT_TLS_CERT_FILE` | PgBouncer TLS authentication cert file | `nil` |