Project

Profile

Help

Issue #4736

closed

cannot pull schema1 by tag

Added by ipanova@redhat.com about 5 years ago. Updated about 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 52
Quarter:

Description

$ podman pull localhost:24816/foo1:2.6 --tls-verify=False
Trying to pull docker://localhost:24816/foo1:2.6...Failed
(0x1840f00,0xc0000ba780)
Error: error pulling image "localhost:24816/foo1:2.6": Invalid image name "localhost:24816/foo1:2.6", unknown transport "localhost"

$ curl -i -L -X GET -H "Accept: application/vnd.docker.distribution.manifest.list.v2+json" 'http://localhost:24816/v2/foo1/manifests/2.6'
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=utf-8
Content-Length: 14
Date: Wed, 24 Apr 2019 15:37:06 GMT
Server: Python/3.7 aiohttp/3.5.4

404: Not Found

pull by digest works

Also available in: Atom PDF