mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
2.5.13-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
030650aad0
commit
c880cb8b73
@@ -8,15 +8,15 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libcom-err2 libcrypt1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libltdl7 libnsl2 libnss3-tools libsasl2-2 libssl1.1 libtirpc3 libwiredtiger0 libwrap0 mdbtools procps psmisc tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.12-150" --checksum f7211f23c9866e975069940d041adcdf17549a02cacee302008e092092a92164
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openldap" "2.5.13-0" --checksum 7f93c68496511dff1462d554fa13807cf4262c41a7c44577c2028ca4c3e68362
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/openldap/postunpack.sh
|
||||
ENV APP_VERSION="2.5.12" \
|
||||
ENV APP_VERSION="2.5.13" \
|
||||
BITNAMI_APP_NAME="openldap" \
|
||||
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-151"
|
||||
"version": "1.14.0-152"
|
||||
},
|
||||
"openldap": {
|
||||
"arch": "amd64",
|
||||
"digest": "f7211f23c9866e975069940d041adcdf17549a02cacee302008e092092a92164",
|
||||
"digest": "7f93c68496511dff1462d554fa13807cf4262c41a7c44577c2028ca4c3e68362",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.12-150"
|
||||
"version": "2.5.13-0"
|
||||
}
|
||||
}
|
||||
@@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`2.6`, `2.6-debian-11`, `2.6.2`, `2.6.2-debian-11-r14`, `latest` (2.6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.2-debian-11-r14/2.6/debian-11/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-11`, `2.5.12`, `2.5.12-debian-11-r14` (2.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.12-debian-11-r14/2.5/debian-11/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-11`, `2.5.13`, `2.5.13-debian-11-r0` (2.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.13-debian-11-r0/2.5/debian-11/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