PREQUEL-2025-0107
Kubernetes Bitnami Image Pull ErrorMedium
Description
- Detects Kubernetes events where Bitnami container image pulls are failing due to repository deprecation.\n- Monitors image pull failures for Bitnami images as they approach the August 28, 2025 deprecation deadline.\n- Identifies specific error conditions when Bitnami images become unavailable from deprecated repositories.\n- Tracks container deployment failures due to Bitnami image repository deprecation.\n
Mitigation
- Complete migration to Bitnami Secure Images before August 28, 2025 deadline.\n- Update all CI/CD pipelines to use new Bitnami Secure Image references.\n- Replace deprecated bitnami/* image references with bitnamisecure/* equivalents.\n- Implement image scanning to identify all deprecated Bitnami dependencies.\n- Create migration timeline for affected applications and services.\n- Monitor Bitnami catalog changes and update image references accordingly.\n- Consider using Bitnami Legacy repository as temporary workaround if needed.\n
References
- https://github.com/bitnami/containers/issues/83267 - Upcoming changes to the Bitnami catalog (effective August 28th, 2025)
- https://hub.docker.com/u/bitnamisecure - Bitnami Secure Images
- https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/ - Bitnami Secure Images Enterprise
- Kubernetes event monitoring documentation
- Container image security best practices