mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
12.7.0-debian-10-r1 release
This commit is contained in:
@@ -8,8 +8,8 @@ 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 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.7.0-0" --checksum e6b4724f79d73f7107c52943400082d696fcb98b5b114807a1b28edca3e69160
|
||||
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 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.7.0-1" --checksum f15f5bfd5263b155b114fa0de805b29b1d0ded0dc460dc41e43e45e5b2b73600
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
|
||||
@@ -22,7 +22,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.7.0-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="12.7.0-debian-10-r1" \
|
||||
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": "e6b4724f79d73f7107c52943400082d696fcb98b5b114807a1b28edca3e69160",
|
||||
"digest": "f15f5bfd5263b155b114fa0de805b29b1d0ded0dc460dc41e43e45e5b2b73600",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.7.0-0"
|
||||
"version": "12.7.0-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user