From d53ba383b7a98ebf3eee70288ac9b808efc48880 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 28 Aug 2025 11:50:51 -0700 Subject: [PATCH] use bitnamilegacy/openldap --- dockerfiles/test-bitnami-ldap/Dockerfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dockerfiles/test-bitnami-ldap/Dockerfile b/dockerfiles/test-bitnami-ldap/Dockerfile index 3840e1fcf..1981fe9ac 100644 --- a/dockerfiles/test-bitnami-ldap/Dockerfile +++ b/dockerfiles/test-bitnami-ldap/Dockerfile @@ -1,4 +1,11 @@ -# Copyright 2024 the Pinniped contributors. All Rights Reserved. +# Copyright 2024-2025 the Pinniped contributors. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 -FROM bitnami/openldap:2.6.10 +# It seems that Bitnami no longer supports openldap. +# See https://github.com/bitnami/containers/issues/83267 +# All existing container images have been migrated from the public catalog (docker.io/bitnami) to +# the “Bitnami Legacy” repository (docker.io/bitnamilegacy), where they will no longer receive updates. +# +# FROM bitnami/openldap:2.6.10 + +FROM bitnamilegacy/openldap:2.6.10