2.6.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-01-21 18:26:55 +00:00
parent c2a94a544f
commit 48e0a5b849
3 changed files with 9 additions and 9 deletions

View File

@@ -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 libodbc1 libperl5.28 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.6.0-2" --checksum 3495a0f41fe6ea40aaf1545da0d9a58c9a8a4d53dfa9a3e899dbe878e98058ea
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.6.1-0" --checksum ae52ef393d0cedc2f2e8a94bb64101b66706613dca45cb592835161da004737a
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.6.0-debian-10-r14" \
BITNAMI_IMAGE_VERSION="2.6.1-debian-10-r0" \
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1389 1636

View File

@@ -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": "3495a0f41fe6ea40aaf1545da0d9a58c9a8a4d53dfa9a3e899dbe878e98058ea",
"digest": "ae52ef393d0cedc2f2e8a94bb64101b66706613dca45cb592835161da004737a",
"distro": "debian-10",
"type": "NAMI",
"version": "2.6.0-2"
"version": "2.6.1-0"
}
}

View File

@@ -41,8 +41,8 @@ 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.6`, `2.6-debian-10`, `2.6.0`, `2.6.0-debian-10-r14` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.0-debian-10-r14/2.6/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.9`, `2.5.9-debian-10-r84`, `latest` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.9-debian-10-r84/2.5/debian-10/Dockerfile)
* [`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.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).