mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
10.20.0-debian-10-r54 release
This commit is contained in:
@@ -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-11" --checksum f29a8e4c2115f194bafead076d8e2621898495bd9f5281839b2805c32d911ce3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "10.20.0-12" --checksum c2a112e847edbbec5f5f5a245eed4d41597f4901fe1b2ca1f5c9e2f1edf046d2
|
||||
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
|
||||
@@ -28,7 +28,7 @@ RUN /opt/bitnami/scripts/postgresql/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV APP_VERSION="10.20.0" \
|
||||
BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.20.0-debian-10-r53" \
|
||||
BITNAMI_IMAGE_VERSION="10.20.0-debian-10-r54" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
|
||||
Reference in New Issue
Block a user