mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
2.5.11-debian-10-r0 release
This commit is contained in:
@@ -9,8 +9,8 @@ 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 mdbtools procps psmisc tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.9-2" --checksum 759479cf7f4ae71dd01137746066eec71697ac1b52d9d57d68986dee29b7b6f7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.11-0" --checksum 142cf5c6d381179550c4794ac93619047638216d46800eb2ddf7e9182490092a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
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.5.9-debian-10-r84" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.11-debian-10-r0" \
|
||||
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 1389 1636
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"openldap": {
|
||||
"arch": "amd64",
|
||||
"digest": "759479cf7f4ae71dd01137746066eec71697ac1b52d9d57d68986dee29b7b6f7",
|
||||
"digest": "142cf5c6d381179550c4794ac93619047638216d46800eb2ddf7e9182490092a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.9-2"
|
||||
"version": "2.5.11-0"
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,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-r0` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.1-debian-10-r0/2.6/debian-10/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-10`, `2.5.11`, `2.5.11-debian-10-r-1`, `latest` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.11-debian-10-r-1/2.5/debian-10/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-10`, `2.5.11`, `2.5.11-debian-10-r0`, `latest` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.11-debian-10-r0/2.5/debian-10/Dockerfile)
|
||||
* [`2.4`, `2.4-debian-10`, `2.4.59`, `2.4.59-debian-10-r186` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.4.59-debian-10-r186/2.4/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