10.15.0-debian-10-r59 release

This commit is contained in:
Bitnami Bot
2021-01-12 14:01:12 +00:00
parent aee3a27eee
commit 3bff6e1a38
3 changed files with 5 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
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 libnettle6 libp11-kit0 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.15.0-6" --checksum a926510df7e5ec0207c9076226a9e901fa4fe326f888fd91fc2c5726b6bac014
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "10.15.0-7" --checksum 6cb3bad387bfad01a152b4e41ee5a690cf8ba9dc764a37645d576e590f63843e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -24,10 +24,9 @@ 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.15.0-debian-10-r58" \
BITNAMI_IMAGE_VERSION="10.15.0-debian-10-r59" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib/:/opt/bitnami/common/lib/:$LD_LIBRARY_PATH" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"postgresql": {
"arch": "amd64",
"digest": "a926510df7e5ec0207c9076226a9e901fa4fe326f888fd91fc2c5726b6bac014",
"digest": "6cb3bad387bfad01a152b4e41ee5a690cf8ba9dc764a37645d576e590f63843e",
"distro": "debian-10",
"type": "NAMI",
"version": "10.15.0-6"
"version": "10.15.0-7"
}
}