mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
12.11.0-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
19932c38dc
commit
153f96b467
@@ -5,9 +5,10 @@ ENV HOME="/" \
|
||||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbsd0 libc6 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblzma5 libmd0 libnettle8 libp11-kit0 libpcre3 libreadline8 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.11.0-151" --checksum c214bf755c22ce12b262761c9ff3a246fba6fe238b50cffedfe213ed36ae8de9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "12.11.0-152" --checksum f8d3f4b1d21715be1f203ac826badbc8c9033a7faac536ac64d1ee1857c4e120
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"postgresql-repmgr": {
|
||||
"arch": "amd64",
|
||||
"digest": "c214bf755c22ce12b262761c9ff3a246fba6fe238b50cffedfe213ed36ae8de9",
|
||||
"digest": "f8d3f4b1d21715be1f203ac826badbc8c9033a7faac536ac64d1ee1857c4e120",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "12.11.0-151"
|
||||
"version": "12.11.0-152"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user