Podman fails to pull OCI image with non-http(s)://
urls
#12231
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Podman fails to pull OCI image with non-
http(s)://
urls.Steps to reproduce the issue:
Podman cannot pull the following image (but Docker can).
# podman pull ghcr.io/ktock/ubuntu:20.04-i
Describe the results you received:
Describe the results you expected:
OCI-compliant image should be pulled successfully.
Additional information you deem important (e.g. issue happens only occasionally):
According to OCI Image Spec, non-
http(s)://
scheme is not prohibited.(https://github.com/opencontainers/image-spec/blob/v1.0/descriptor.md#properties)
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):native build
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: