This repository was archived by the owner on Oct 10, 2020. It is now read-only.
Description Pulling an image that doesn't exist returns...
$ sudo atomic --debug pull docker.io/aweiteka/hello-openshift:latest
Image docker.io/aweiteka/hello-openshift:latest is being pulled to docker ...
ReturnTuple(return_code=1, stdout='', stderr='time="2016-09-20T08:38:22-04:00" level=fatal msg="error fetching manifest: status code: 404, body: {\\"errors\\":[{\\"code\\":\\"MANIFEST_UNKNOWN\\",\\"message\\":\\"manifest unknown\\",\\"detail\\":{\\"Tag\\":\\"latest\\"}}]}\\n" \n')
Traceback (most recent call last):
File "/bin/atomic", line 186, in <module>
sys.exit(_func())
File "/usr/lib/python2.7/site-packages/Atomic/pull.py", line 54, in pull_image
handler()
File "/usr/lib/python2.7/site-packages/Atomic/pull.py", line 37, in pull_docker_image
fq_name = skopeo_inspect("{}{}".format(pull_uri, self.args.image))['Name']
File "/usr/lib/python2.7/site-packages/Atomic/util.py", line 274, in skopeo_inspect
raise ValueError(results)
ValueError: ReturnTuple(return_code=1, stdout='', stderr='time="2016-09-20T08:38:22-04:00" level=fatal msg="error fetching manifest: status code: 404, body: {\\"errors\\":[{\\"code\\":\\"MANIFEST_UNKNOWN\\",\\"message\\":\\"manifest unknown\\",\\"detail\\":{\\"Tag\\":\\"latest\\"}}]}\\n" \n')
Version: 1.12.3