2.4.55-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-10-27 00:29:07 +00:00
parent f656826132
commit d5d3b14cbc
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 libdb5.3 libltdl7 libnss3-tools libodbc1 libperl5.28 libsasl2-2 libssl1.1 libwrap0 mdbtools procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.4.53-0" --checksum f24af5c979b22520c58e192ffd512ea64341caf618a940a5367d483e15ddb43a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.4.55-0" --checksum 7141356ee7a602d30368e679b46e2ee07af6a62d493112e0880aaab8e8160ba8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -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.53-debian-10-r54" \
BITNAMI_IMAGE_VERSION="2.4.55-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": "f24af5c979b22520c58e192ffd512ea64341caf618a940a5367d483e15ddb43a",
"digest": "7141356ee7a602d30368e679b46e2ee07af6a62d493112e0880aaab8e8160ba8",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.53-0"
"version": "2.4.55-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`, `2-debian-10`, `2.4.53`, `2.4.53-debian-10-r54`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.53-debian-10-r54/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.4.55`, `2.4.55-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.55-debian-10-r0/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).