2.4.59-debian-10-r190 release

This commit is contained in:
Bitnami Bot
2022-01-25 07:12:24 +00:00
parent ab4ea9f1ca
commit e27f882fd5
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-4" --checksum dda3194c4362074352a4e367275fe48c7bfd0a9fa09aa237a9f60d1af5082f1a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
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 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-r189" \
BITNAMI_IMAGE_VERSION="2.4.59-debian-10-r190" \
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": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
},
"openldap": {
"arch": "amd64",
"digest": "dda3194c4362074352a4e367275fe48c7bfd0a9fa09aa237a9f60d1af5082f1a",
"digest": "4aaf8074750e5ff582f5dae805072e20734a6281ffa63ade46c63c9198e6215b",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.59-4"
"version": "2.4.59-5"
}
}

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-r3`, `latest` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.1-debian-10-r3/2.6/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.11`, `2.5.11-debian-10-r3` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.11-debian-10-r3/2.5/debian-10/Dockerfile)
* [`2.4`, `2.4-debian-10`, `2.4.59`, `2.4.59-debian-10-r189` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.59-debian-10-r189/2.4/debian-10/Dockerfile)
* [`2.4`, `2.4-debian-10`, `2.4.59`, `2.4.59-debian-10-r190` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.59-debian-10-r190/2.4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).