mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
2.4.50-debian-10-r0 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 libdb5.3 libltdl7 libnss3-tools libodbc1 libperl5.28 libsasl2-2 libssl1.1 libwrap0 mdbtools procps sudo unzip
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.4.49-0" --checksum 63ddad37aaffbc20e26b5db363dec787aa142d16f47a097b072bdb709d9d1260
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.4.50-0" --checksum d98bf0a8de65dc9aafde28349cce66cc3f88b18b62d762634e7aa2a1c61db046
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-0" --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/openldap/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="openldap" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.49-debian-10-r22" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.50-debian-10-r0" \
|
||||
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/common/bin:/opt/bitnami/openldap/sbin:$PATH"
|
||||
|
||||
EXPOSE 1389 1636
|
||||
|
||||
@@ -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-debian-10`, `2.4.49-debian-10-r22`, `2`, `2.4.49`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.49-debian-10-r22/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.4.50-debian-10-r0`, `2`, `2.4.50`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.50-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user