2.4.59-debian-10-r207 release

This commit is contained in:
Bitnami Bot
2022-02-11 13:00:07 +00:00
parent 1a5250eee9
commit adfe9b3e60
3 changed files with 8 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libdb5.3 libltdl7 libnss3-tools libodbc1 libperl5.28 libsasl2-2 libssl1.1 libwrap0 mdbtools procps psmisc tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.4.59-5" --checksum 4aaf8074750e5ff582f5dae805072e20734a6281ffa63ade46c63c9198e6215b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.4.59-6" --checksum fe8db2b543e79736853579e2e919b37fda8a218bc134d7d3d9e09d4ba8dc06d6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/openldap/postunpack.sh
ENV BITNAMI_APP_NAME="openldap" \
BITNAMI_IMAGE_VERSION="2.4.59-debian-10-r206" \
BITNAMI_IMAGE_VERSION="2.4.59-debian-10-r207" \
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1389 1636

View File

@@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-3"
"version": "1.14.0-4"
},
"openldap": {
"arch": "amd64",
"digest": "4aaf8074750e5ff582f5dae805072e20734a6281ffa63ade46c63c9198e6215b",
"digest": "fe8db2b543e79736853579e2e919b37fda8a218bc134d7d3d9e09d4ba8dc06d6",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.59-5"
"version": "2.4.59-6"
}
}

View File

@@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2.6`, `2.6-debian-10`, `2.6.1`, `2.6.1-debian-10-r20`, `latest` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.1-debian-10-r20/2.6/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.11`, `2.5.11-debian-10-r20` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.11-debian-10-r20/2.5/debian-10/Dockerfile)
* [`2.4`, `2.4-debian-10`, `2.4.59`, `2.4.59-debian-10-r206` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.59-debian-10-r206/2.4/debian-10/Dockerfile)
* [`2.4`, `2.4-debian-10`, `2.4.59`, `2.4.59-debian-10-r207` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.59-debian-10-r207/2.4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).