RocketChat / RocketChat/rocketchat-compose
mongodb Error
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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