10.20.0-debian-10-r28 release
This commit is contained in:
parent
4851e1d399
commit
232e23e03c
|
|
@ -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" "10.20.0-8" --checksum ba3d11ef0b1ffb616cbe6e557040fc47fdf5a6abd9cb512c946764b9ab1a54bc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "10.20.0-9" --checksum 335f644899c600519f7d501c689137583bc69c3abbaf6a34e0465f223bb2045a
|
||||
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
|
||||
|
|
@ -27,7 +27,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.20.0-debian-10-r27" \
|
||||
BITNAMI_IMAGE_VERSION="10.20.0-debian-10-r28" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "ba3d11ef0b1ffb616cbe6e557040fc47fdf5a6abd9cb512c946764b9ab1a54bc",
|
||||
"digest": "335f644899c600519f7d501c689137583bc69c3abbaf6a34e0465f223bb2045a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.20.0-8"
|
||||
"version": "10.20.0-9"
|
||||
}
|
||||
}
|
||||
|
|
@ -54,7 +54,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`13`, `13-debian-10`, `13.6.0`, `13.6.0-debian-10-r28` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.6.0-debian-10-r28/13/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.10.0`, `12.10.0-debian-10-r28` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.10.0-debian-10-r28/12/debian-10/Dockerfile)
|
||||
* [`11`, `11-debian-10`, `11.15.0`, `11.15.0-debian-10-r28` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.15.0-debian-10-r28/11/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.20.0`, `10.20.0-debian-10-r27` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.20.0-debian-10-r27/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.20.0`, `10.20.0-debian-10-r28` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.20.0-debian-10-r28/10/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue