mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
1.17.0-debian-10-r42 release
This commit is contained in:
committed by
Bitnami Containers
parent
7d58927736
commit
cdae17dba8
@@ -249,7 +249,7 @@ pgbouncer_initialize() {
|
||||
ini-file set --section "pgbouncer" --key "client_tls_ciphers" --value "$PGBOUNCER_CLIENT_TLS_CIPHERS" "$PGBOUNCER_CONF_FILE"
|
||||
fi
|
||||
|
||||
if [[ "$PGBOUNCER_SERVER_TLS_SSLMODE" != "disable" ]] || ! is_empty "$PGBOUNCER_SERVER_TLS_CERT_FILE" || ! is_empty "$PGBOUNCER_SERVER_TLS_KEY_FILE"; then
|
||||
if [[ "$PGBOUNCER_SERVER_TLS_SSLMODE" != "disable" ]] || ! is_empty_value "$PGBOUNCER_SERVER_TLS_CERT_FILE" || ! is_empty_value "$PGBOUNCER_SERVER_TLS_KEY_FILE"; then
|
||||
ini-file set --section "pgbouncer" --key "server_tls_ciphers" --value "$PGBOUNCER_SERVER_TLS_CIPHERS" "$PGBOUNCER_CONF_FILE"
|
||||
ini-file set --section "pgbouncer" --key "server_tls_protocols" --value "$PGBOUNCER_SERVER_TLS_PROTOCOLS" "$PGBOUNCER_CONF_FILE"
|
||||
fi
|
||||
|
||||
@@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.17.0`, `1.17.0-debian-10-r41`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgbouncer/blob/1.17.0-debian-10-r41/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.17.0`, `1.17.0-debian-10-r42`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgbouncer/blob/1.17.0-debian-10-r42/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/pgbouncer GitHub repo](https://github.com/bitnami/bitnami-docker-pgbouncer).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user