Skip to content

fix(react): docker compose fails to pull bitnami/mongodb:4.4 #1292

@DivyanshuVortex

Description

@DivyanshuVortex

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.


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions