-
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
[Self-Hosted] Custom docker image build failure : 'failed to mount /tmp/containerd-mount<XXXXXXXX>: operation not permitted' #9188
Comments
same issue here, did you solve it? |
@shaoye Nope, still waiting the canonical solution. Right now I workaround this by manually |
Same issue here and the aforementioned workaround wouldn't work for our use cases. |
we switched to Ubuntu 2004 and it worked |
@mrzarquon Sorry for the late reply.
|
@ccll Hi, thanks for your information. Can you open this repository in your gitpod? |
This issue is brought into by eStargz. Fortunately, we just removed it. |
@mrzarquon @utam0k sorry for the late reply (and bumping the issue).
And I'm not able to open the example repository. |
@Seenox cc: @gitpod-io/engineering-self-hosted |
Confirmed the issue was fixed in release-2022.05.0.5. |
Also confirming the issue has been fixed. Thanks! |
Bug description
My
.gitpod.Dockerfile
builds successfully with runningdocker build ...
directly in workspace container, but failed to build after commited to git and started a new workspace based on that new commit.Related logs:
Steps to reproduce
My host environment:
(I know that only Ubuntu is officially supported, but my host is a legacy one and are running many production services on it now, and since Gitpod can almost run without much problem on it, I think there might be a way to make Debian as a community supported distro for Gitpod.)
Installed kernel 5.10 from buster-backports.
Kubernetes is a single node k3s cluster.
Gitpod installer config file:
.gitpod.yml
.gitpod.Dockerfile
Workspace affected
No response
Expected behavior
The docker image should build successfully just like running
docker build ...
in workspace container.Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: