I wanted to test against a CS9 image, after doing:
$ podman import https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Container-Base-9-20220118.0.x86_64.tar.xz cs9 $ podman run cs9 Error: no command or entrypoint provided, and no CMD or ENTRYPOINT from image $ podman run cs9 echo hello Error: executable file `echo` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
CentOS Stream issues should be reported, per policy, on bugzilla.redhat.com See https://wiki.centos.org/ReportBugs
Metadata Update from @arrfab: - Issue close_status updated to: Wrong tracker - Issue status updated to: Closed (was: Open)
Metadata Update from @mvadkert: - Issue close_status updated to: Invalid (was: Wrong tracker)
podman run quay.io/centos/centos:stream9 echo hello
yeah, sorry, I found it ....
Log in to comment on this ticket.