RocketChat / RocketChat/rocketchat-compose

mongodb Error

Open
#3 7 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
62
Forks
38
PR merge metrics
No merged PRs in 30d

Description

Upcoming changes to the Bitnami catalog (effective August 28th, 2025)
https://github.com/bitnami/containers/issues/83267

root@test:~/rocketchat-compose# docker compose -f compose.database.yml -f compose.monitoring.yml -f compose.traefik.yml -f compose.yml up -d
[+] Running 7/7
! nats Interrupted 1.4s
! nats-exporter Interrupted 1.4s
! mongodb-exporter Interrupted 1.4s
! grafana Interrupted 1.4s
! prometheus Interrupted 1.4s
! node-exporter Interrupted 1.4s
✘ mongodb Error manifest for bitnami/mongodb:6.0 not found: manifest unknown: manifest unknown 1.4s
Error response from daemon: manifest for bitnami/mongodb:6.0 not found: manifest unknown: manifest unknown

I repair it with command sed -i 's|docker.io/bitnami/|docker.io/bitnamilegacy/|g' compose.database.yml

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with compose.database.yml and the Bitnami catalog notice linked in the issue. Inspect the MongoDB image reference, then rerun the shown docker compose command to verify that the MongoDB manifest is available and the compose stack starts without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, mongodb
Domain
databases, devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.