-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Building custom image is stuck when "RUN brew install tfenv" #5876
Comments
FWIW I'm seeing the exact same behaviour |
Also getting the same(ish) error for pretty much the same command as above: https://gitpod.io/#github.com/realityloop/presentation-druxt_101/tree/feature/dceu |
Minimum replicable repo - |
It look like image build server had some network issue |
Thank you for all the detail everyone! Especially to @shaal for the minimum replicable repo, super useful. I've come across the same issue. Let me raise it internally :) |
Any update? It's pretty much impossible to try to build any custom images at the moment. |
Hm, this sounds like a DinD issue we saw a few days ago in another environment where we use Docker in Docker as well: Here Google basically enabled some form of protection against a CVE a few days back, which somehow makes DinD containers loose packages (we saw roughly 40% in some cases, which in turn breaks a lot of downloads). We'll have a closer look andsee if that's the issue. |
This issue increases the priority for the image-builder-mk3 rollout. Once #5693 is merged, we'll deploy that one which should fix this issue, too. |
Root cause of this issue: https://status.cloud.google.com/incidents/QSirAFiyN5yMeeE6GNxq?_ga=2.66285422.-1381644037.1603351900 |
/schedule |
@csweichel: Issue scheduled in the workspace team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Closing. This GKE issue is fixed. |
Bug description
Gitpod being stuck on attempt to build the image with
tfenv
. More then 20 minutes for sure without any progreess.Steps to reproduce
run gitpod with
.gitpod.yaml
.gitpod.Dockerfile
Expected behavior
the gitpod is started with
terraform
command availableExample repository
No response
Anything else?
Just started to play around with Gitpod, I wonder if I do something wrong or it is some sort of a bug.
Meanwhile as a workaround I will continue with a public pod image https://github.com/Vlaaaaaaad/gitpod-terraform
The text was updated successfully, but these errors were encountered: