nextcloud / nextcloud/nextcloud-docker-dev
docker.io/bitnami/mariadb:10.6 not found
Open
Beginner friendly
Nobody has claimed this yet.
bug
- Dominant language
- PHP
- Stars
- 190
- Forks
- 103
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 1
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Follow the instructions to set up the development stack
git clone https://github.com/nextcloud/nextcloud-docker-dev
cd nextcloud-docker-dev
./bootstrap.sh
- Start the stack with
docker compose up nextcloud:
Expected behaviour
The container start without error.
Actual behaviour
The stack will not start, instead the following error will be displayed:
Error response from daemon: failed to resolve reference "docker.io/bitnami/mariadb:10.6": docker.io/bitnami/mariadb:10.6: not found
Notes
It seems there is no tag 10.6 for docker.io/bitnami/mariadb: https://hub.docker.com/r/bitnami/mariadb/tags
Contributor guide
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 the Docker Compose configuration used by bootstrap.sh and docker compose up nextcloud, then inspect the MariaDB image reference. Verify an available image tag and rerun the setup and stack-start commands; done means the nextcloud service starts without the reported image-resolution error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, mariadb
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100