-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Error while adding gitpod layer #813
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
Comments
fixed it sorry |
@JesterOrNot Cool that you fixed it! Just curious, what was the problem? (Maybe others will run into the same situation in the future, and stumble upon this issue.) |
I was trying to create a gitpod area for a project I was starting and I noticed they had some docker images already created so I tried to use the docker image they had and when I tried it built the image successfully but gave an error saying failed to build on gitpod layer here is the URL to the project github.com/nushell/nushell |
Thanks a lot for the additional infos @JesterOrNot! I see that nushell's Dockerfile is based on So this looks indeed like a bug in Gitpod! Thank you for reporting it. |
|
@JesterOrNot Thanks for reporting this. These problems happen when the underlying Docker image differs from what Gitpod expects, i.e. a Ubuntu or Debian base image, with a user called That's why I usually prefer using one of the official Do you know what OS the |
Here is the uname -a output: Linux cs-6000-devshell-vm-1a7247f9-8133-45f1-a247-ca0f33402e7a 4.19.72+ #1 SMP Thu Sep 26 23:10:22 PDT 2019 x86_64 GNU/Linux |
https://gitpod.io/#https://github.com/JesterOrNot/android-test |
What can be done about these issues? |
@svenefftinge @jankeromnes Ooh heres one where the base image is gitpod/workspace-full |
This one seem to work nicely, though. |
oh sorry at the time of writing, it had failed |
(From issue#879 ) I have been experimenting with kalilinux and trying to create the environment in gitpod using base image of kalilinux. The URL to create the container is https://gitpod.io/#https://github.com/bangyogesh/kalilinuxdev . |
So say the issue is with the base image what do we do about it? |
I tried building the docker image using the same dockerfile and it worked perfectly on my local Ubuntu box (as explained in above post, it fails with gitpod). |
here is a link to an alpine based image that works |
So to solve this we could try to get the gitpod image builder to recognize other distros how does the builder do that @svenefftinge |
|
@RossComputerGuy We currently support debian and alpine based distros only. |
Can we close this issue and create "Support distro foobar" issues instead for the linux distros we could potentially support? |
Why only debian and alpine? There'll be some cases where Arch based ones are needed and this is one. |
Gitpod needs to make a few changes to Docker images to ensure that they work properly (i.e. checking that there is a non-root Since we're familiar with Debian and Alpine, we maintain these Gitpod-specific instructions for both distros (i.e. we adapt the instructions when we notice bugs with them), but we haven't done that work for other distros yet. I think we could support more distros though. A good way to request it would be to create a "Support distro X" issue, as suggested by Moritz. |
How can the community help bring this support to gitpod? |
any info on this? I'm very slowly losing my mind and table over using apt >.< |
I will ask my colleagues when they are back @Kreyren |
@JesterOrNot any info on this? I would like to use paludis docker for paludis downstream development |
We don't have the resources right now. However, if you don't like APT you can use some Alpine based images where you can use APK. |
@JesterOrNot Elaborate on the resources? |
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
After a successful workspace build got an unfamiliar error Error: Error while adding Gitpod layer.
To Reproduce
here is the URL https://gitpod.io/#https://github.com/JesterOrNot/nushell just open it.
Expected behavior
start workspace normally
The text was updated successfully, but these errors were encountered: