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
How to use GitHub
Steps to reproduce
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:
Notes
It seems there is no tag
10.6fordocker.io/bitnami/mariadb: https://hub.docker.com/r/bitnami/mariadb/tags