Bug 54790 - podman altlinux registry pull error
Summary: podman altlinux registry pull error
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: podman (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-11 14:21 MSK by kashkarevde
Modified: 2025-06-16 18:01 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kashkarevde 2025-06-11 14:21:24 MSK
$ podman run -p 80:80 nginx

✔ registry.altlinux.org/nginx:latest
Trying to pull registry.altlinux.org/nginx:latest...
Error: internal error: unable to copy from source docker://registry.altlinux.org/nginx:latest: initializing source docker://registry.altlinux.org/nginx:latest: reading manifest latest in registry.altlinux.org/nginx: repository name not known to registry

---

podman create -p 80:80 nginx
✔ registry.altlinux.org/nginx:latest
Trying to pull registry.altlinux.org/nginx:latest...
Error: internal error: unable to copy from source docker://registry.altlinux.org/nginx:latest: initializing source docker://registry.altlinux.org/nginx:latest: reading manifest latest in registry.altlinux.org/nginx: repository name not known to registry
Comment 1 Alexey Shabalin 2025-06-16 18:01:34 MSK
Такого образа (registry.altlinux.org/nginx) не существует.
Существуют p10/nginx, p11/nginx, sisyphus/nginx.
Так же podman предлагает выбрать другой реестр, docker.io или quay.io, на ваш выбор.