2.5.12-debian-11-r4 release
This commit is contained in:
parent
79b827418f
commit
b20c640948
|
|
@ -9,8 +9,8 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libcom-err2 libcrypt1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libltdl7 libnsl2 libnss3-tools libsasl2-2 libssl1.1 libtirpc3 libwiredtiger0 libwrap0 mdbtools procps psmisc tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.12-0" --checksum f7211f23c9866e975069940d041adcdf17549a02cacee302008e092092a92164
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.12-150" --checksum f7211f23c9866e975069940d041adcdf17549a02cacee302008e092092a92164
|
||||
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"
|
||||
},
|
||||
"openldap": {
|
||||
"arch": "amd64",
|
||||
"digest": "f7211f23c9866e975069940d041adcdf17549a02cacee302008e092092a92164",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.12-0"
|
||||
"version": "2.5.12-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2.6`, `2.6-debian-11`, `2.6.2`, `2.6.2-debian-11-r3`, `latest` (2.6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.2-debian-11-r3/2.6/debian-11/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-11`, `2.5.12`, `2.5.12-debian-11-r3` (2.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.12-debian-11-r3/2.5/debian-11/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-11`, `2.5.12`, `2.5.12-debian-11-r4` (2.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.12-debian-11-r4/2.5/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue