mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
12.11.0-debian-11-r13 release
This commit is contained in:
committed by
Bitnami Containers
parent
fb0e518845
commit
73534f3463
@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpcre3 libreadline8 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 "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "12.11.0-152" --checksum aada4ea71408391eff98d553f77e3dd2fc300f7b16bc7c3542e8454d9520179d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "12.11.0-153" --checksum d710cec3af66f20a34a3dae127a7d147c7a86cc7f817b69caab442f193dbb992
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "aada4ea71408391eff98d553f77e3dd2fc300f7b16bc7c3542e8454d9520179d",
|
||||
"digest": "d710cec3af66f20a34a3dae127a7d147c7a86cc7f817b69caab442f193dbb992",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "12.11.0-152"
|
||||
"version": "12.11.0-153"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user