nextcloud / nextcloud/nextcloud-docker-dev

docker.io/bitnami/mariadb:10.6 not found

Open Beginner friendly
#483 1 comment 3 reactions 0 assignees View on GitHub

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
  1. Follow the instructions to set up the development stack
git clone https://github.com/nextcloud/nextcloud-docker-dev
cd nextcloud-docker-dev
./bootstrap.sh
  1. 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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.