Skip to content

Conversation

geropl
Copy link
Member

@geropl geropl commented Sep 19, 2025

Problem

Bitnami has deprecated their public Debian-based MySQL images and moved them to a paid model. This is blocking our CI builds as referenced in the brownout incident.

Solution

Migrate to use bitnamilegacy/mysql images which contain the same functionality but are available from the legacy repository.

Changes

  • GitHub Actions: Updated CI workflow to use bitnamilegacy/mysql:8.0.33-debian-11-r24
  • Helm Chart: Added registry: docker.io/bitnamilegacy to MySQL chart values
  • Documentation: Updated comments to reflect the migration

Testing

  • ✅ Verified all file changes are correct
  • ✅ No other bitnami/mysql references found in codebase
  • ⏳ CI will validate the new image works correctly

References

- Update GitHub Actions workflow to use bitnamilegacy/mysql image
- Configure Helm chart to pull from docker.io/bitnamilegacy registry
- Update related comments to reflect the migration

Addresses bitnami deprecation of public Debian-based images.
Bitnami has moved existing images to bitnamilegacy repository
where they remain available for development use.

Fixes: CLC-1948

Co-authored-by: Ona <no-reply@ona.com>
@roboquat roboquat merged commit 4adaad3 into main Sep 19, 2025
73 of 76 checks passed
@roboquat roboquat deleted the fix/migrate-to-bitnamilegacy-mysql branch September 19, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants