mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
10.21.0-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
10580182b5
commit
05cd40b8ee
@@ -1,15 +1,14 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
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 libcrypt1 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" "10.21.0-150" --checksum 6cab744d45de876bca514cdd3e5a527937f0486cdeef06cc2718a01a5ac767b7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "10.21.0-151" --checksum 2b7ff7fca00e2b5ffde22b27a4a608f2606140fad29efcaded3683b5e7a0fdc0
|
||||
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": "6cab744d45de876bca514cdd3e5a527937f0486cdeef06cc2718a01a5ac767b7",
|
||||
"digest": "2b7ff7fca00e2b5ffde22b27a4a608f2606140fad29efcaded3683b5e7a0fdc0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.21.0-150"
|
||||
"version": "10.21.0-151"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user