docker-compose up -d
Pulling nextcloud (nextcloud:latest)...
latest: Pulling from library/nextcloud
ERROR: no matching manifest for linux/amd64 in the manifest list entries
docker pull nextcloud
Using default tag: latest
latest: Pulling from library/nextcloud
no matching manifest for linux/amd64 in the manifest list entries
I also tried pulling the image using other tags and on different machines.
Just had this same problem trying to upgrade
I am also unable to pull nextcloud images:
Pulling nextcloud (nextcloud:13-fpm)...
13-fpm: Pulling from library/nextcloud
no matching manifest for linux/amd64 in the manifest list entries
tested on Ubuntu 16.04 and Linux Mint 18.2
As quick workaround you can use the images under amd64/nextcloud.
ping @tilosp @tianon
related: https://github.com/docker-library/official-images/issues/3835
See: https://github.com/docker-library/official-images/issues/3835
The build server for amd64 is currently very busy.
As quick workaround you can use the images under amd64/nextcloud.
@SnowMB its seems to work but could you explain to me why?
I mean isn't nextcloud:latest a simple reference to amd64/nextcloud based on which arch you running?
@CleverUnderDog the latest tag in amd64/nextcloud points to version 13.0.0 beacuse 13.0.1 is not build for amd64 yet. But the latest tag in nextcloud points to 13.0.1 because 13.0.1 is already build on some cpu architectures.
and btw it is not a simple reference it gets updated every hour by this Jenkins job: https://doi-janky.infosiftr.net/job/put-shared/job/light/
@tilosp Thanks, this totally makes sense :)
Is there a way to get notified if the build is done?
Once it is up on docker hub i will close this issue.
It looks like its alrady build: https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/nextcloud/.
This means it up on amd64/nextcloud.
And once https://doi-janky.infosiftr.net/job/put-shared/job/light/ runs again it should be up on nextcloud.
The image is no up on nextcloud
Most helpful comment
Just had this same problem trying to upgrade