Describe the bug
Running docker compose up -d in packages/react/ fails with an image pull resolution error.
Error response from daemon: failed to resolve reference "docker.io/bitnami/mongodb:4.4": docker.io/bitnami/mongodb:4.4: not found
Cause of the bug
In late 2025, Broadcom/Bitnami removed all specific version-scoped community images (such as :4.4, :7.0, etc.) from their public Docker Hub catalog under the bitnami/mongodb registry namespace.
Currently, trying to pull any specific version of bitnami/mongodb fails with a not found error, completely blocking new developers from booting up the local development harness.
Expected behavior
The local development environment should boot up successfully and automatically configure the MongoDB replica set out of the box.
Describe the bug
Running
docker compose up -dinpackages/react/fails with an image pull resolution error.Error response from daemon: failed to resolve reference "docker.io/bitnami/mongodb:4.4": docker.io/bitnami/mongodb:4.4: not foundCause of the bug
In late 2025, Broadcom/Bitnami removed all specific version-scoped community images (such as :4.4, :7.0, etc.) from their public Docker Hub catalog under the bitnami/mongodb registry namespace.
Currently, trying to pull any specific version of bitnami/mongodb fails with a not found error, completely blocking new developers from booting up the local development harness.
Expected behavior
The local development environment should boot up successfully and automatically configure the MongoDB replica set out of the box.