Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API error (500): manifest unknown: manifest unknown

Tags:

openshift

it failes to pull the image with SHA256 digest identifier enter image description here

like image 443
Oshan Rube Avatar asked Oct 18 '22 07:10

Oshan Rube


1 Answers

Unfortunately this is a side-effect of DockerHub removing backwards compatibility for Docker 1.9 daemons. When images are pushed using Docker 1.10, pull-by-id will fail for older daemons (which includes OpenShift masters importing metadata from the Hub). You can work around this by pulling the centos image and pushing it to the internal registry.

At the current time, using Docker 1.9 on your hosts will avoid this issue.

like image 158
Clayton Avatar answered Oct 21 '22 21:10

Clayton