14.3.0-debian-11-r3 release
This commit is contained in:
parent
c52043628f
commit
55d081ead2
|
|
@ -9,8 +9,8 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# 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" "14.3.0-3" --checksum f347d7af08236ea1b7660aaf3925e2d1d92edc4816b58822d5a64ec412bd7b87
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "14.3.0-150" --checksum f347d7af08236ea1b7660aaf3925e2d1d92edc4816b58822d5a64ec412bd7b87
|
||||
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
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
},
|
||||
"postgresql-repmgr": {
|
||||
"arch": "amd64",
|
||||
"digest": "f347d7af08236ea1b7660aaf3925e2d1d92edc4816b58822d5a64ec412bd7b87",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.3.0-3"
|
||||
"version": "14.3.0-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -47,7 +47,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`14`, `14-debian-11`, `14.3.0`, `14.3.0-debian-11-r2`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/14.3.0-debian-11-r2/14/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.3.0`, `14.3.0-debian-11-r3`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/14.3.0-debian-11-r3/14/debian-11/Dockerfile)
|
||||
* [`13`, `13-debian-11`, `13.7.0`, `13.7.0-debian-11-r3` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.7.0-debian-11-r3/13/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.11.0`, `12.11.0-debian-11-r3` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.11.0-debian-11-r3/12/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.16.0`, `11.16.0-debian-11-r3` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.16.0-debian-11-r3/11/debian-11/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue