nextcloud / all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
https://hub.docker.com/r/nextcloud/all-in-one
GNU Affero General Public License v3.0
4.73k stars 559 forks source link

DockerHubManager.php: Could notcreate container... #4825

Closed surcouf closed 1 month ago

surcouf commented 1 month ago

Steps to reproduce

  1. Start docker image nextcloud-aio:latest
  2. curl -sS https://registry-1.docker.io/v2/nextcloud/aio-domaincheck/manifests/5000/nextcloud/all-in-one 404 page not found

Other valuable info

NOTICE: PHP message: Could not get digest of container nextcloud/aio-domaincheck:5000/nextcloud/all-in-one Client error: HEAD https://registry-1.docker.io/v2/nextcloud/aio-domaincheck/manifests/5000/nextcloud/all-in-one resulted in a 404 Not Found response NOTICE: PHP message: Not pulling the image for the nextcloud/aio-domaincheck container because docker hub does not seem to be reachable. NOTICE: PHP message: Could not start domaincheck container: Could not create container nextcloud-aio-domaincheck: Client error: POST http://localhost/v1.41/containers/create?name=nextcloud-aio-domaincheck resulted in a 400 Bad Request response: {"message":"invalid reference format"} NOTICE: PHP message: Could not get digest of container nextcloud/all-in-one:5000/nextcloud/all-in-one Client error: HEAD https://registry-1.docker.io/v2/nextcloud/all-in-one/manifests/5000/nextcloud/all-in-one resulted in a 404 Not Found response NOTICE: PHP message: Could not get digest of container nextcloud/aio-domaincheck:5000/nextcloud/all-in-one Client error: HEAD https://registry-1.docker.io/v2/nextcloud/aio-domaincheck/manifests/5000/nextcloud/all-in-one resulted in a 404 Not Found response NOTICE: PHP message: Not pulling the image for the nextcloud/aio-domaincheck container because docker hub does not seem to be reachable. NOTICE: PHP message: Could not start domaincheck container: Could not create container nextcloud-aio-domaincheck: Client error: POST http://localhost/v1.41/containers/create?name=nextcloud-aio-domaincheck resulted in a 400 Bad Request response: {"message":"invalid reference format"} NOTICE: PHP message: Could not get digest of container nextcloud/all-in-one:5000/nextcloud/all-in-one Client error: HEAD https://registry-1.docker.io/v2/nextcloud/all-in-one/manifests/5000/nextcloud/all-in-one resulted in a 404 Not Found response

szaimen commented 1 month ago

because docker hub does not seem to be reachable.

This is your issue. So it looks like the container does not have access to the internet or docker hub is down