14.4.0-debian-11-r10 release
This commit is contained in:
parent
4205acdf41
commit
92eba5ac8f
|
|
@ -11,8 +11,8 @@ COPY prebuildfs /
|
|||
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-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.4.0-4" --checksum 187c2d4864e701db5a20362c8fa095bac4f2a008e45099720efd4044de85b9cc
|
||||
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-5" --checksum 6a12a7dc79542eaec11383a567dcbf6a3423907224fc6dc676e7a712bb683888
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-151"
|
||||
"version": "1.14.0-152"
|
||||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "187c2d4864e701db5a20362c8fa095bac4f2a008e45099720efd4044de85b9cc",
|
||||
"digest": "6a12a7dc79542eaec11383a567dcbf6a3423907224fc6dc676e7a712bb683888",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.4.0-4"
|
||||
"version": "14.4.0-5"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r9`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.4.0-debian-11-r9/14/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.4.0`, `14.4.0-debian-11-r10`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.4.0-debian-11-r10/14/debian-11/Dockerfile)
|
||||
* [`13`, `13-debian-11`, `13.7.0`, `13.7.0-debian-11-r15` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.7.0-debian-11-r15/13/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.11.0`, `12.11.0-debian-11-r15` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.11.0-debian-11-r15/12/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.16.0`, `11.16.0-debian-11-r16` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.16.0-debian-11-r16/11/debian-11/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue