-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
image-builder fails with 'OCI runtime create failed' error #1999
image-builder fails with 'OCI runtime create failed' error #1999
Comments
As a workaround, I was able to get the pod to start by removing |
Thanks for reporting this. I'm happy to see you've already found the workaround. Beware: this gives all users of your installation potentially privileged access to your host (albeit wrapped in a couple of linux namespaces). For trying out Gitpod, even for small teams where you trust everyone using it, that's totally fine though. |
@csweichel Thanks for confirming. I am going to attempt to do the following from the RHEL guide which says it is supported since RHEL 7.4 according to this document. Add option to kernel
Modify sysctl.conf
Assign users and groups to be mapped by user namespaces
I will report back if this is successful or not. |
Well that was easy, running the above commands seems to have resolved the issue. I was able to restart the image-builder pod with the Suggest this gets added to the documentation as a prerequisite for using RHEL/CentOS. |
Self hosted docs are open sourced here: https://github.com/gitpod-io/website/tree/master/src/docs/self-hosted If someone would like to make a PR. |
PR created for documentation https://github.com/gitpod-io/website/pull/811 NOTE: I created a separate page for other settings such as configuring for Rancher Kubernetes. This way the page can expand in the future for other vendor-specific implementations. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
The
image-builder
pod fails to start with the following error message when using Docker CE on RHEL7Steps to reproduce
Expected behavior
The pod
image-builder
should be active.Additional information
Docker version 19.03.13, build 4484c46d9d
Red Hat Enterprise Linux 7.8 (3.10.0-1127.el7.x86_64)
Example repository
Gitpod Helm Chart v0.4
The text was updated successfully, but these errors were encountered: