mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
11.16.0-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
52f184fce1
commit
737953a4dc
@@ -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" "11.15.0-21" --checksum a5a0b2acf740d5f53d1454921a5987fd52f918b76913907a77a5243dfa230784
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "11.16.0-0" --checksum e7a187ff182868ece566d56ff4a5d82b9cff2d2ecaddbda2d380c16b2f7c8955
|
||||
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="11.15.0" \
|
||||
ENV APP_VERSION="11.16.0" \
|
||||
BITNAMI_APP_NAME="postgresql" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "a5a0b2acf740d5f53d1454921a5987fd52f918b76913907a77a5243dfa230784",
|
||||
"digest": "e7a187ff182868ece566d56ff4a5d82b9cff2d2ecaddbda2d380c16b2f7c8955",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "11.15.0-21"
|
||||
"version": "11.16.0-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user