[bitnami/postgresql] Release 10.22.0-debian-11-r3 (#3414)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
25fa1a5c9e
commit
b299bbf162
|
|
@ -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="10.22.0-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="10.22.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 libcrypt1 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" "10.22.0-1" --checksum 6639a8a94dcd1559de5fc8dbc586eb61837d2f4da1010c07872af4fedfe53bb0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "10.22.0-2" --checksum 6722d3ac538faedcca9fd11849fa835c015b0c7ffdb1c6387b4bc9eba9391af8
|
||||
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": "6639a8a94dcd1559de5fc8dbc586eb61837d2f4da1010c07872af4fedfe53bb0",
|
||||
"digest": "6722d3ac538faedcca9fd11849fa835c015b0c7ffdb1c6387b4bc9eba9391af8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.22.0-1"
|
||||
"version": "10.22.0-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
rolling-tags:
|
||||
- "10"
|
||||
- "10-debian-11"
|
||||
- "10.22.0"
|
||||
|
|
@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`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)
|
||||
* [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r2` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile)
|
||||
* [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r3` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue