博通将停止提供免费的Bitnami Helm图表。
Broadcom to discontinue free Bitnami Helm charts

原始链接: https://github.com/bitnami/charts/issues/35164

## Bitnami 镜像仓库变更 - 重要更新 (2025年8月28日) 2025年8月28日,Bitnami 将重构其公共容器镜像仓库。**Bitnami 主线仓库 (docker.io/bitnami)** 将进行精简,仅包含有限数量的、经过加固的最新版本镜像 – 主要用于开发用途。 所有其他镜像,包括旧版本和许多应用程序,将被迁移到一个新的 **Bitnami 遗留仓库**。这些遗留镜像将**不会**收到更新或支持,仅作为临时的迁移辅助工具。 **用户应做好准备:** * 更新 CI/CD 管道,以避免使用已弃用的镜像。 * 考虑订阅 **Bitnami 安全镜像**,以获得持续的支持、安全更新和完整的版本历史访问权限 ([https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/#CTA](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/#CTA))。 * 将部署升级到新的加固镜像,或者,作为临时解决方案,指向遗留仓库。 Bitnami 将继续以 Apache 2 许可协议提供其源代码,允许用户独立构建镜像。安全镜像为迁移到遗留仓库的应用程序提供持续的企业级支持和安全保障。

## 博通停止免费 Bitnami Helm 图表 博通宣布将停止提供免费的 Bitnami Helm 图表,这在 Kubernetes 社区引起了担忧。Bitnami 前联合创始人对这一决定表示惊讶。用户对此反应负面,认为博通一贯优先考虑高利润客户,并削减对其他用户的支持。 目前,Bitnami 镜像将于 2025 年 8 月 28 日存档,并提供一段过渡期迁移至“Bitnami Legacy”仓库。之后,Docker Hub 上仅会保留有限的“Bitnami Secure Images”(付费)镜像。建议用户迁移或订阅付费的 Secure Images 以获得持续支持。 社区正在讨论替代方案,例如 Artifact Hub、官方 Kubernetes 图表,以及fork开源仓库。一些人也在质疑博通收购 VMware 的更广泛影响,以及它可能对 Spring Boot 等项目产生的影响。此举凸显了人们对“劣质化”以及开源工具日益商业化的担忧。
相关文章

原文

📢 Overview

As of August 28th, 2025, the Bitnami public catalog will undergo the following changes:

🗓️ Timeline


FAQ

Q: What is the Bitnami Legacy repository?
A: The Bitnami Legacy repository is an archive that will host all older container images, including versioned tags (e.g., 2.50.0, 10.6) that are no longer maintained in the main Bitnami catalog. These images will not receive updates, fixes, or support and should only be used as a temporary fallback for migration purposes. Even though there are no updates to the container images, the Bitnami project continues to make its source available at bitnami/containers under the Apache 2 license.

Q: How is Bitnami Legacy repository different than Bitnami Mainline repository?
A:

  • The Bitnami Mainline repository (docker.io/bitnami) currently hosts regularly updated and supported container images, including free and enterprise-grade offerings.
  • The Bitnami Legacy repository will contain archived versions that will no longer receive updates. It is provided solely to help with migration during the transition.

After August 28th, 2025, only a limited set of hardened images will remain in the Bitnami Mainline repository. All others will be moved to the Bitnami Legacy repository.

Q: What do users of Bitnami Mainline repository need to do before August 28th, 2025?
A: Users should:

  1. Review and update CI/CD pipelines to avoid relying on deprecated images.
  2. Consider subscribing to Bitnami Secure Images if they need continued support, security updates, or access to full version history at https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/#CTA.
  3. Upgrade their deployments
  4. If the deployed application belongs to the limited set of hardened images available under the new free community tier, double-check check the used tags are still updated.
  5. Otherwise, point to the Bitnami Legacy repository as a temporary workaround.

Q: Are Bitnami’s free images going away?
A: Not entirely. Bitnami will continue to offer a limited subset of free, latest-version images intended for development use. These images will be more hardened and secure, but older versions and many applications will be removed from the free tier and moved to the Bitnami Legacy repository. You can browse the images available for free at https://hub.docker.com/u/bitnamisecure before August 28th, and after that date, the main Bitnami registry will have the same content.

Q: How can I get continued support for an application no longer available for free?
A: To continue receiving updates, security patches, and enterprise support for older or specific versions of an application, you can subscribe to the Bitnami Secure Images offering. This includes access to:

  • Long-term support (LTS) branches
  • Distroless and hardened images
  • SBOMs, CVE transparency (VEX/KEV), and compliance artifacts
  • SLSA Level 3 build processes

The Bitnami project continues to make its source available at bitnami/containers under the Apache 2 license; images can be built from source.

Q: How can I get continued support for Helm charts?
A: If your deployed Helm chart is failing to pull images from docker.io/bitnami, to ensure continued support and access to security updates, we recommend subscribing to Bitnami Secure Images at https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/#CTA.
As a temporary workaround, you can keep using the same Helm chart version by pointing it to the “Bitnami Legacy repository, which hosts archived images with no further updates. For that, you can upgrade to the same chart version and update the repository parameter of each container image to the Bitnami Legacy repository:

  • List container images: grep 'repository.*REPOSITORY_NAME/' postgresql/README.md | awk -F'\`' '{print $2, $(NF-1)}'
  • Upgrade modifying repositories: helm upgrade RELEASE_NAME oci://registry-1.docker.io/bitnamicharts/CHART_NAME --version SAME_VERSION --set REPOSITORY_REFERENCE=bitnamilegacy
  • REPOSITORY_REFERENCE is the path to the repository parameter as it is in the values.yaml for each container image.
  • Example:
$ grep 'repository.*REPOSITORY_NAME/' postgresql/README.md | awk -F'\`' '{print $2, $(NF-1)}'
image.repository REPOSITORY_NAME/postgresql
volumePermissions.image.repository REPOSITORY_NAME/os-shell
metrics.image.repository REPOSITORY_NAME/postgres-exporter
$ helm upgrade mypostgres oci://registry-1.docker.io/bitnamicharts/postgresql \
--version 16.7.0 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true
联系我们 contact @ memedata.com