2.6.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-05-05 03:07:41 +00:00 committed by Bitnami Containers
parent ec22e925bb
commit 055fb8a7ee
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ 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 libodbc1 libperl5.28 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.6.1-5" --checksum e9f02838b655c63b779bf19d43a1efce521d6b473014dc173376cbd4b16f9a97
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.6.2-0" --checksum 2f13fa82674d3cea590a2d3879c69f217d5925f7f6f4dce23deb298c3591381c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/openldap/postunpack.sh
ENV APP_VERSION="2.6.1" \
ENV APP_VERSION="2.6.2" \
BITNAMI_APP_NAME="openldap" \
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"

View File

@ -8,9 +8,9 @@
},
"openldap": {
"arch": "amd64",
"digest": "e9f02838b655c63b779bf19d43a1efce521d6b473014dc173376cbd4b16f9a97",
"digest": "2f13fa82674d3cea590a2d3879c69f217d5925f7f6f4dce23deb298c3591381c",
"distro": "debian-10",
"type": "NAMI",
"version": "2.6.1-5"
"version": "2.6.2-0"
}
}

View File

@ -39,7 +39,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.6`, `2.6-debian-10`, `2.6.2`, `2.6.2-debian-10-r-1`, `latest` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.2-debian-10-r-1/2.6/debian-10/Dockerfile)
* [`2.6`, `2.6-debian-10`, `2.6.2`, `2.6.2-debian-10-r0`, `latest` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.2-debian-10-r0/2.6/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.12`, `2.5.12-debian-10-r0` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.12-debian-10-r0/2.5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).