14.2.0-debian-10-r74 release
This commit is contained in:
parent
bed3039af0
commit
e91da2b8f2
|
|
@ -12,7 +12,7 @@ ARG WITH_ALL_LOCALES="no"
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libncurses6 libnettle6 libp11-kit0 libpcre3 libreadline7 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 "postgresql" "14.2.0-15" --checksum d5245f503145103e9c69dc79cd5e66b2dd0f0ed2cd397fbc7fc87f7e71275842
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.2.0-16" --checksum ece836fffa2fa56572eba8c39d33e37c4e963e186b54e13e8e39bb93e380e13a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "d5245f503145103e9c69dc79cd5e66b2dd0f0ed2cd397fbc7fc87f7e71275842",
|
||||
"digest": "ece836fffa2fa56572eba8c39d33e37c4e963e186b54e13e8e39bb93e380e13a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.2.0-15"
|
||||
"version": "14.2.0-16"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-10`, `14.2.0`, `14.2.0-debian-10-r73`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.2.0-debian-10-r73/14/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.2.0`, `14.2.0-debian-10-r74`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.2.0-debian-10-r74/14/debian-10/Dockerfile)
|
||||
* [`13`, `13-debian-10`, `13.6.0`, `13.6.0-debian-10-r70` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.6.0-debian-10-r70/13/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.10.0`, `12.10.0-debian-10-r71` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.10.0-debian-10-r71/12/debian-10/Dockerfile)
|
||||
* [`11`, `11-debian-10`, `11.15.0`, `11.15.0-debian-10-r71` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.15.0-debian-10-r71/11/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue