diff --git a/bitnami/postgresql/14/debian-11/Dockerfile b/bitnami/postgresql/14/debian-11/Dockerfile index f5e12bfd2acb..3884a58bc4c6 100644 --- a/bitnami/postgresql/14/debian-11/Dockerfile +++ b/bitnami/postgresql/14/debian-11/Dockerfile @@ -8,7 +8,7 @@ ARG EXTRA_LOCALES="" ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="14.5.0-debian-11-r2" \ + org.opencontainers.image.ref.name="14.5.0-debian-11-r3" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \ org.opencontainers.image.title="postgresql" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -19,7 +19,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 libzstd1 locales procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.5.0-1" --checksum ec758041a6119a5b6414eb7dac7c16d4e3342158200838d215fca42c7201efaf +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.5.0-2" --checksum 6fbe0334d88d44fcdad09187210ee849ea2fb9701721b2d51884a20f5ede88e5 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/postgresql/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgresql/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 53d34853edab..0f0cb85f8dcd 100644 --- a/bitnami/postgresql/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgresql/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "postgresql": { "arch": "amd64", - "digest": "ec758041a6119a5b6414eb7dac7c16d4e3342158200838d215fca42c7201efaf", + "digest": "6fbe0334d88d44fcdad09187210ee849ea2fb9701721b2d51884a20f5ede88e5", "distro": "debian-11", "type": "NAMI", - "version": "14.5.0-1" + "version": "14.5.0-2" } } \ No newline at end of file diff --git a/bitnami/postgresql/14/debian-11/tags-info.yaml b/bitnami/postgresql/14/debian-11/tags-info.yaml new file mode 100644 index 000000000000..1234c34d65b0 --- /dev/null +++ b/bitnami/postgresql/14/debian-11/tags-info.yaml @@ -0,0 +1,5 @@ +rolling-tags: + - "14" + - "14-debian-11" + - "14.5.0" + - "latest" diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 1b4f020cba47..1ab5ecda3376 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -47,7 +47,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/). -* [`14`, `14-debian-11`, `14.5.0`, `14.5.0-debian-11-r2`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/14/debian-11/Dockerfile) +* [`14`, `14-debian-11`, `14.5.0`, `14.5.0-debian-11-r3`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/14/debian-11/Dockerfile) * [`13`, `13-debian-11`, `13.8.0`, `13.8.0-debian-11-r2` (13/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/13/debian-11/Dockerfile) * [`12`, `12-debian-11`, `12.12.0`, `12.12.0-debian-11-r2` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile) * [`11`, `11-debian-11`, `11.17.0`, `11.17.0-debian-11-r3` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/11/debian-11/Dockerfile)