From b03ae63ea134053228ba11c93ade671c2f34a84e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 7 Mar 2026 01:10:58 +0100 Subject: [PATCH] [bitnami/postgrest] Release 14.6.0-debian-12-r0 (#91421) Signed-off-by: Bitnami Bot --- bitnami/postgrest/14/debian-12/Dockerfile | 12 ++++++------ bitnami/postgrest/README.md | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bitnami/postgrest/14/debian-12/Dockerfile b/bitnami/postgrest/14/debian-12/Dockerfile index 42a3597f0459..2a1729934454 100644 --- a/bitnami/postgrest/14/debian-12/Dockerfile +++ b/bitnami/postgrest/14/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-03T08:18:02Z" \ + org.opencontainers.image.created="2026-03-07T00:02:20Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgrest/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgrest" \ org.opencontainers.image.title="postgrest" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="14.5.0" + org.opencontainers.image.version="14.6.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "postgresql-lib-18.3.0-0-linux-${OS_ARCH}-debian-12" \ - "postgrest-14.5.0-2-linux-${OS_ARCH}-debian-12" \ + "postgrest-14.6.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,11 +46,11 @@ RUN useradd -r -u 1001 -g root postgrest RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="14.5.0" \ +ENV APP_VERSION="14.6.0" \ BITNAMI_APP_NAME="postgrest" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ - PATH="/opt/bitnami/postgresql-lib/bin:/opt/bitnami/postgrest/bin:$PATH" + PATH="/opt/bitnami/postgrest/bin:$PATH" USER 1001 ENTRYPOINT [ "/opt/bitnami/postgrest/bin/postgrest" ] diff --git a/bitnami/postgrest/README.md b/bitnami/postgrest/README.md index e11d1acd119f..6ad035f2685c 100644 --- a/bitnami/postgrest/README.md +++ b/bitnami/postgrest/README.md @@ -5,13 +5,13 @@ [Overview of PostgREST](https://postgrest.org/en/stable/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -## TL;DR +## TL;DR ```console docker run -it --name postgrest bitnami/postgrest ``` -## Why use Bitnami Secure Images? +## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -28,11 +28,11 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## Supported tags and respective `Dockerfile` links +## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -## Get this image +## Get this image The recommended way to get the Bitnami PostgREST Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/postgrest). @@ -54,11 +54,11 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Configuration +## Configuration The following section describes the supported environment variables -### Environment variables +### Environment variables The following tables list the main variables you can set. @@ -90,7 +90,7 @@ The following tables list the main variables you can set. | `POSTGREST_DAEMON_USER` | postgrest system user. | `supabase` | | `POSTGREST_DAEMON_GROUP` | postgrest system group. | `supabase` | -### Running commands +### Running commands To run commands inside this container you can use `docker run`, for example to execute `postgrest --help` you can follow the example below: @@ -100,19 +100,19 @@ docker run --rm --name postgrest bitnami/postgrest:latest --help Check the [official PostgREST documentation](https://postgrest.org/en/stable//configuration.html) for more information about how to use PostgREST. -### FIPS configuration in Bitnami Secure Images +### FIPS configuration in Bitnami Secure Images The Bitnami PostgREST Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## Notable Changes +## Notable Changes -### Starting January 16, 2024 +### Starting January 16, 2024 - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.