Important Notice: Bitnami Docker Images Deprecation and OpenVidu deployments

Hello OpenVidu users,

Recently, Bitnami has decided to make a 180-degree turn regarding their open source Docker images, and they will no longer be available on Docker Hub: Upcoming changes to the Bitnami catalog (effective August 28th, 2025) · Issue #35164 · bitnami/charts · GitHub

OpenVidu deployments from 3.0.0 to 3.3.0 currently rely on the following Bitnami Docker images:

  • docker.io/bitnami/minio
  • docker.io/bitnami/grafana-mimir

This change should not impact existing deployments. However, if you remove these images from your system and run a docker compose pull, the pull operation will fail due to their removal from Docker Hub after August 28th, 2025.

To avoid this issue, you simply need to update the image references in your /opt/openvidu/docker-compose.yaml file to:

  • docker.io/openvidu/minio
  • docker.io/openvidu/grafana-mimir

The OpenVidu installer and updater have also been updated accordingly to prevent pull failures related to these images in newer installations and updates.

In upcoming releases, we will decide whether to build the necessary images ourselves or use the original ones from a different source. There should not be any impact on you, so you can continue using OpenVidu without any concerns about this.

Best regards,
The OpenVidu Team

1 Like