[bitnami/postgresql] Release 14.4.0-debian-11-r19 (#1341)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e786c1af35
commit
913d9c9697
|
|
@ -12,7 +12,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-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.4.0-9" --checksum 5e494b550d2d8846e7b6ee331a7d3224a41ee187766296c3dbe0988f3dfab6c4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.4.0-10" --checksum e4349b0a77bdf6370a85acbcefe7c374771001c46397b8a5565eef61b6aec77e
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "5e494b550d2d8846e7b6ee331a7d3224a41ee187766296c3dbe0988f3dfab6c4",
|
||||
"digest": "e4349b0a77bdf6370a85acbcefe7c374771001c46397b8a5565eef61b6aec77e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.4.0-9"
|
||||
"version": "14.4.0-10"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.4.0`, `14.4.0-debian-11-r18`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/14/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.4.0`, `14.4.0-debian-11-r19`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/14/debian-11/Dockerfile)
|
||||
* [`13`, `13-debian-11`, `13.7.0`, `13.7.0-debian-11-r28` (13/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/13/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.11.0`, `12.11.0-debian-11-r27` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.16.0`, `11.16.0-debian-11-r29` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/11/debian-11/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue