14.3.0-debian-10-r0 release
This commit is contained in:
parent
737953a4dc
commit
b4c38dff65
|
|
@ -13,7 +13,7 @@ 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 "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.2.0-20" --checksum ca93805cfabd7f10d95d0b6c7c29db2fc85bf85b04892bae77d18792c26d2a58
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "14.3.0-0" --checksum 1932ea4bd029360231f7025b9badc2494df18c870198673bf64a6927e17b0e2c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -26,7 +26,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV APP_VERSION="14.2.0" \
|
||||
ENV APP_VERSION="14.3.0" \
|
||||
BITNAMI_APP_NAME="postgresql" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "ca93805cfabd7f10d95d0b6c7c29db2fc85bf85b04892bae77d18792c26d2a58",
|
||||
"digest": "1932ea4bd029360231f7025b9badc2494df18c870198673bf64a6927e17b0e2c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.2.0-20"
|
||||
"version": "14.3.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.3.0`, `14.3.0-debian-10-r-1`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.3.0-debian-10-r-1/14/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.3.0`, `14.3.0-debian-10-r0`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.3.0-debian-10-r0/14/debian-10/Dockerfile)
|
||||
* [`13`, `13-debian-10`, `13.7.0`, `13.7.0-debian-10-r0` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.7.0-debian-10-r0/13/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.10.0`, `12.10.0-debian-10-r93` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.10.0-debian-10-r93/12/debian-10/Dockerfile)
|
||||
* [`11`, `11-debian-10`, `11.16.0`, `11.16.0-debian-10-r0` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.16.0-debian-10-r0/11/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue