mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
11.15.0-debian-10-r72 release
This commit is contained in:
committed by
Bitnami Containers
parent
4647f31f97
commit
058b36ede8
@@ -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" "11.15.0-16" --checksum bb5b8a440903332ead28e0afbfe4b7805b6fc4c19e0b2517e14ea2d31d6ff73f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "11.15.0-17" --checksum 7de90ad98167c0bb7777107fe3c0736520d95cbb25a798ca9b3f991e79cc952b
|
||||
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
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "bb5b8a440903332ead28e0afbfe4b7805b6fc4c19e0b2517e14ea2d31d6ff73f",
|
||||
"digest": "7de90ad98167c0bb7777107fe3c0736520d95cbb25a798ca9b3f991e79cc952b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "11.15.0-16"
|
||||
"version": "11.15.0-17"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user