You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker pull docker.registry.platform.sh/php-8.1:stable
stable: Pulling from php-8.1
unable to fetch descriptor (sha256:d0aaa8218da1d183ea6db72534965de00364fc71d0b834a575019607dfc593e1) which reports content size of zero: invalid argument
You must not have the image on your local machine already for this error to be thrown.
The text was updated successfully, but these errors were encountered:
I was able to find out that the issue is that Dockerhub by default has "Use containerd for pulling and storing images". When this is checked I believe it is acting like a proxy and stripping useful information in the HEAD such as the size attribute.
Unchecked the checkbox in General settings in docker hub and was able to pull the images.
docker pull docker.registry.platform.sh/php-8.1:stable
stable: Pulling from php-8.1
unable to fetch descriptor (sha256:d0aaa8218da1d183ea6db72534965de00364fc71d0b834a575019607dfc593e1) which reports content size of zero: invalid argument
You must not have the image on your local machine already for this error to be thrown.
The text was updated successfully, but these errors were encountered: