2.5.7-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-08-19 01:19:09 +00:00
parent 6f6898aa7d
commit 88b4eb3d8c
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 lsof mdbtools procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.6-0" --checksum ccc25afb954bea540beca000c8ff8115fd4dd50a2ce8ae3fa91d13012925cde2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.7-0" --checksum eb1a200465dc4f6fe64bcbf952b8d2f8f70fada29838abcd7853ed8449f6b0e7
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.6-debian-10-r22" \
BITNAMI_IMAGE_VERSION="2.5.7-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": "ccc25afb954bea540beca000c8ff8115fd4dd50a2ce8ae3fa91d13012925cde2",
"digest": "eb1a200465dc4f6fe64bcbf952b8d2f8f70fada29838abcd7853ed8449f6b0e7",
"distro": "debian-10",
"type": "NAMI",
"version": "2.5.6-0"
"version": "2.5.7-0"
}
}