From 8f7ce253b0414b7e8a8ca6d2c5b73e04c4bb838c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 14 Jul 2023 02:23:51 +0200 Subject: [PATCH] [bitnami/supabase-postgres] Release 15.1.0-debian-11-r59 (#40979) Signed-off-by: Bitnami Containers --- bitnami/supabase-postgres/15/debian-11/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- .../debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt | 3 +-- .../debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh | 1 + .../debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh | 2 ++ 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bitnami/supabase-postgres/15/debian-11/Dockerfile b/bitnami/supabase-postgres/15/debian-11/Dockerfile index 51e0ace256bf..4b197ccf6e0f 100644 --- a/bitnami/supabase-postgres/15/debian-11/Dockerfile +++ b/bitnami/supabase-postgres/15/debian-11/Dockerfile @@ -8,10 +8,10 @@ ARG TARGETARCH ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-06-29T07:35:30Z" \ + org.opencontainers.image.created="2023-07-13T23:20:47Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="15.1.0-debian-11-r58" \ + org.opencontainers.image.ref.name="15.1.0-debian-11-r59" \ org.opencontainers.image.title="supabase-postgres" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="15.1.0" @@ -28,7 +28,7 @@ RUN install_packages ca-certificates curl libbrotli1 libbsd0 libbz2-1.0 libcom-e RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "java-17.0.7-7-2-linux-${OS_ARCH}-debian-11" \ - "supabase-postgres-15.1.0-36-linux-${OS_ARCH}-debian-11" \ + "supabase-postgres-15.1.0-37-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 06955192c4b8..a58238b37bd4 100644 --- a/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,6 +9,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "15.1.0-36" + "version": "15.1.0-37" } } \ No newline at end of file diff --git a/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt b/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt index 8373a19703c6..76956b38e82c 100644 --- a/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt +++ b/bitnami/supabase-postgres/15/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt @@ -1,3 +1,2 @@ -Bitnami containers ship with software bundles. You can find the licenses at: -https://bitnami.com/open-source +Bitnami containers ship with software bundles. You can find the licenses under: /opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt diff --git a/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh b/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh index 980333b2b056..572dd54b60d7 100644 --- a/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh +++ b/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh @@ -622,6 +622,7 @@ postgresql_initialize() { # Configure port postgresql_set_property "port" "$POSTGRESQL_PORT_NUMBER" is_empty_value "$POSTGRESQL_DEFAULT_TOAST_COMPRESSION" || postgresql_set_property "default_toast_compression" "$POSTGRESQL_DEFAULT_TOAST_COMPRESSION" + is_empty_value "$POSTGRESQL_PASSWORD_ENCRYPTION" || postgresql_set_property "password_encryption" "$POSTGRESQL_PASSWORD_ENCRYPTION" if ! is_dir_empty "$POSTGRESQL_DATA_DIR"; then info "Deploying PostgreSQL with persisted data..." export POSTGRESQL_FIRST_BOOT="no" diff --git a/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh b/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh index f236d47daf18..d35ec5a62e51 100644 --- a/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh +++ b/bitnami/supabase-postgres/15/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh @@ -91,6 +91,7 @@ postgresql_env_vars=( POSTGRESQL_POSTGRES_CONNECTION_LIMIT POSTGRESQL_WAL_LEVEL POSTGRESQL_DEFAULT_TOAST_COMPRESSION + POSTGRESQL_PASSWORD_ENCRYPTION POSTGRESQL_AUTOCTL_CONF_DIR POSTGRESQL_AUTOCTL_MODE POSTGRESQL_AUTOCTL_MONITOR_HOST @@ -325,6 +326,7 @@ POSTGRESQL_POSTGRES_CONNECTION_LIMIT="${POSTGRESQL_POSTGRES_CONNECTION_LIMIT:-"$ export POSTGRESQL_POSTGRES_CONNECTION_LIMIT="${POSTGRESQL_POSTGRES_CONNECTION_LIMIT:-}" export POSTGRESQL_WAL_LEVEL="${POSTGRESQL_WAL_LEVEL:-replica}" export POSTGRESQL_DEFAULT_TOAST_COMPRESSION="${POSTGRESQL_DEFAULT_TOAST_COMPRESSION:-}" +export POSTGRESQL_PASSWORD_ENCRYPTION="${POSTGRESQL_PASSWORD_ENCRYPTION:-}" # pgAutoFailover settings export POSTGRESQL_AUTOCTL_VOLUME_DIR="${POSTGRESQL_VOLUME_DIR}/pgautoctl"