mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 07:27:54 +08:00
12.10.0-debian-10-r23 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" "12.10.0-6" --checksum 0348cde9807396ada7f9a43f6051097cd5255b1f7af43827099c1c208e704f1b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "12.10.0-7" --checksum 597368d4a6dc663c2e53fbff280ebd936e3ebb1f61d5aae87baf18836004f1da
|
||||
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="12.10.0-debian-10-r22" \
|
||||
BITNAMI_IMAGE_VERSION="12.10.0-debian-10-r23" \
|
||||
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": "0348cde9807396ada7f9a43f6051097cd5255b1f7af43827099c1c208e704f1b",
|
||||
"digest": "597368d4a6dc663c2e53fbff280ebd936e3ebb1f61d5aae87baf18836004f1da",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.10.0-6"
|
||||
"version": "12.10.0-7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user