Samruddhi Khandale

Results 423 comments of Samruddhi Khandale

Closing this in favor of a latest update mentioned in https://github.com/microsoft/vscode-dev-containers/issues/1589

We're starting to migrate contents of this repo to the [devcontainers org](https://github.com/devcontainers), as part of the work on the [open dev container specification](https://containers.dev). We'll now be publishing images from [devcontainers/images](https://github.com/devcontainers/images)....

Hi @EverybodyKurts, We're starting to migrate contents of this repo to the [devcontainers org](https://github.com/devcontainers), as part of the work on the [open dev container specification](https://containers.dev). We are now publishing images...

By August 31st, you will see the following changes: - Features: We’ve migrated a set of Features to the new repo [devcontainers/features](https://github.com/devcontainers/features), and any current references to these Features will...

Hi @andreiborisov 👋 , would you like to self-publish the `homebrew` and `fish` Features? We’d love to ensure the community can continue effectively using your great Features, and we're happy...

Yes, looks related to the migration. We are now setting `"GEM_HOME": "/usr/local/rvm/gems/default"` in Ruby Feature [here](https://github.com/devcontainers/features/blob/main/src/ruby/devcontainer-feature.json#L30) which is why gems get installed in `usr/local/rvm/*` with bundling. > Any attempt at...

I was running the commands from within the container, hence there were no permission issues. However, in your case looks like the `dockerfile` and `postCreateCommand` both are trying to install...

@lbssousa Thanks for the update, looks like we missed it. Opened https://github.com/devcontainers/images/issues/574

> Some functionality is VS Code- or Codespaces-specific and can be moved to Remote-Containers and the CLI for Codespaces. (Parts: 6., 7., 9.) For codespaces, instead of adding to CLI,...

Hi 👋 Thanks for letting us know, it's interesting that users are facing memory issues due to `docker-n-docker` Feature. It's great that you were able to find a workaround to...