From 57216a931213b8ddbfd021ab480e5e2a4eb9067c Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Fri, 29 Aug 2025 10:38:40 +0200 Subject: [PATCH] chore(deployments): use bitnamilegacy/openldap:2.6 Due to the sunsetting of the Docker Hub bitnami repository on 2025-09-28, use the bitnamilegacy/openldap:2.6 container image instead of bitnami/openldap:2.6, also in .woodpecker.star --- .woodpecker.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.star b/.woodpecker.star index 5ac1748751..e82d2b9190 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -34,7 +34,7 @@ PLUGINS_S3_CACHE = "plugins/s3-cache:1" PLUGINS_SLACK = "plugins/slack:1" REDIS = "redis:6-alpine" READY_RELEASE_GO = "woodpeckerci/plugin-ready-release-go:latest" -OPENLDAP = "bitnami/openldap:2.6" +OPENLDAP = "bitnamilegacy/openldap:2.6" DEFAULT_PHP_VERSION = "8.2" DEFAULT_NODEJS_VERSION = "20"