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

OCI runtime create failed #309

Open
arokem opened this issue Mar 7, 2024 · 4 comments
Open

OCI runtime create failed #309

arokem opened this issue Mar 7, 2024 · 4 comments

Comments

@arokem
Copy link
Member

arokem commented Mar 7, 2024

@zikaste reports that:

"... since I upgraded cloudknot I keep getting this error message when running my code on AWS: "CannotStartContainerError: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/home/cloudknot-user/dhcppyafqpipeline.py": permission denied: unknown". "

@arokem
Copy link
Member Author

arokem commented Mar 7, 2024

Also, the code worked on #306, so it's a bit mysterious where this is coming from.

@maouw
Copy link
Contributor

maouw commented Mar 8, 2024

Looking around a little, I think it's from here, and it didn't show up in tests because the test scripts were marked executable:

https://github.com/nrdg/cloudknot/blame/7c8b442308f32a8c21d681ea53d317fe29524624/cloudknot/templates/Dockerfile.template#L29C53-L29C53

Will try to fix that and test ASAP.

@arokem
Copy link
Member Author

arokem commented Mar 8, 2024

Just to I understand - that's in the last line of the template, right? That makes sense.

@maouw
Copy link
Contributor

maouw commented Mar 8, 2024

Just to I understand - that's in the last line of the template, right? That makes sense.

Yes.

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

2 participants