mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
12.10.0-debian-10-r14 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblzma5 libnettle6 libp11-kit0 libpcre3 libreadline7 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "12.10.0-4" --checksum fbc82e8dab9e6736dd28f4f70ded71c575a0ced821c123c48991208ffb74b466
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "12.10.0-5" --checksum f39f760f77f53fae87231b6680bfc6827f532f2fc575abaaaf2983fa19af0f6f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -24,7 +24,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
|
||||
BITNAMI_IMAGE_VERSION="12.10.0-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="12.10.0-debian-10-r14" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"postgresql-repmgr": {
|
||||
"arch": "amd64",
|
||||
"digest": "fbc82e8dab9e6736dd28f4f70ded71c575a0ced821c123c48991208ffb74b466",
|
||||
"digest": "f39f760f77f53fae87231b6680bfc6827f532f2fc575abaaaf2983fa19af0f6f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.10.0-4"
|
||||
"version": "12.10.0-5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user