2.5.8-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-10-13 03:54:58 +00:00
parent 42d4a34a29
commit 79848b39ad
3 changed files with 5 additions and 5 deletions

View File

@@ -9,14 +9,14 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libltdl7 liblz4-1 libnss3-tools libsasl2-2 libsnappy1v5 libssl1.1 libstdc++6 libwiredtiger0 libwrap0 libzstd1 mdbtools procps psmisc tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.7-0" --checksum eb1a200465dc4f6fe64bcbf952b8d2f8f70fada29838abcd7853ed8449f6b0e7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.8-0" --checksum 0406ca0338e91574f6bfc3b1564b2f96a03301e2b42d1cb582ae496fad3e9e8f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/openldap/postunpack.sh
ENV BITNAMI_APP_NAME="openldap" \
BITNAMI_IMAGE_VERSION="2.5.7-debian-10-r58" \
BITNAMI_IMAGE_VERSION="2.5.8-debian-10-r0" \
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1389 1636

View File

@@ -8,9 +8,9 @@
},
"openldap": {
"arch": "amd64",
"digest": "eb1a200465dc4f6fe64bcbf952b8d2f8f70fada29838abcd7853ed8449f6b0e7",
"digest": "0406ca0338e91574f6bfc3b1564b2f96a03301e2b42d1cb582ae496fad3e9e8f",
"distro": "debian-10",
"type": "NAMI",
"version": "2.5.7-0"
"version": "2.5.8-0"
}
}

View File

@@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
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/).
* [`2.5`, `2.5-debian-10`, `2.5.7`, `2.5.7-debian-10-r58`, `latest` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.7-debian-10-r58/2.5/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.8`, `2.5.8-debian-10-r0`, `latest` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.8-debian-10-r0/2.5/debian-10/Dockerfile)
* [`2.4`, `2.4-debian-10`, `2.4.59`, `2.4.59-debian-10-r88` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.59-debian-10-r88/2.4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).