-
Notifications
You must be signed in to change notification settings - Fork 406
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
Debian image - Ruby feature is broken #496
Comments
Hi 👋 I was able to create and connect to the dev container with your config without any issues. Also, the smoke tests for ruby passes. From your logs, it seems like a temporary issue while installing the rake gem. @exilvm Mind giving a retry? |
Hello! |
It also failed in Codespaces, here's the log:
|
To make things easier, i've created a repository to help debugging the issue, try running Codespaces on it: https://github.com/EXILL-SUARL/ruby-feature-debug. |
I have the same problem.
|
It worked! Thanks. |
Ruby feature fails depending on base image OS. I found the way to reproduce. # passed (ubuntu:focal used)
$ devcontainer features test -f ruby --skip-scenarios
# failed (debian)
$ devcontainer features test -f ruby --skip-scenarios -i mcr.microsoft.com/devcontainers/base:bullseye I expect this issue fixed! |
I'm encountering an issue where my container fails to build when I add the Ruby feature, but builds successfully when I remove it. I've tried setting the version to the latest and even omitting the version property, but the issue persists. Based on my troubleshooting, I suspect that the problem may be related to the Ruby feature itself.
devcontainer.json
Dockerfile:
Build log:
The text was updated successfully, but these errors were encountered: