Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iot-bootable-container doesn't have an entrypoint #534

Open
ondrejbudai opened this issue Mar 20, 2024 · 0 comments
Open

iot-bootable-container doesn't have an entrypoint #534

ondrejbudai opened this issue Mar 20, 2024 · 0 comments

Comments

@ondrejbudai
Copy link
Member

sudo podman run --rm -it  registry.gitlab.com/redhat/services/products/image-builder/ci/images/iot-bootable-container:fedora-39-x86_64-49d623cc26287730f87d4c9eebadefd2b180dea8a41b00efe7f3b1c636f221d7
Error: crun: open executable: Operation not permitted: OCI permission denied

vs.

sudo podman run --rm -it --entrypoint bash  registry.gitlab.com/redhat/services/products/image-builder/ci/images/iot-bootable-container:fedora-39-x86_64-49d623cc26287730f87d4c9eebadefd2b180dea8a41b00efe7f3b1c636f221d7
bash-5.2# 

See the downstream bootable images:

sudo podman run --rm -it quay.io/centos-bootc/centos-bootc:stream9
bash-5.1# 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant