Josh Spicer

Results 173 comments of Josh Spicer

Hey @jcbhmr, hopefully a delay response is better than no response :). Yep, everything is hosted on GitHub. I'm hoping to do something very similar where we auto-deploy the site...

I agree, this sounds like an awesome Feature to add! Not exactly the same as what you're looking for, but want to point you to the existing `desktop-lite` Feature, that...

This is similar to https://github.com/devcontainers/features/issues/212. Maybe of our Features likely need to be tweaked to better handle >1 installation.

We're currently releasing each feature independently by bumping the `version` in the feature's `devcontainer-feature.json`. We could do something like `v0.0.5-ruby` when creating the release for a feature (in this example,...

@samruddhikhandale , this could be introduced in addition to the versioning github action we discussed

I introduced this change to the CLI in order to hand GitHub action the appropriate tags that were pushed https://github.com/devcontainers/cli/pull/305

This has been complete and rolled out for some time. Tagging is done by the github action we publish (`devcontainers/action`)

What is preventing you using `docker-in-docker` as your primary means of using docker with dev containers? Do you have containers running on your local machine that you want to use...

Here is the source code for the default Codespaces image, if you'd like to see how it is set up there. - https://github.com/devcontainers/images/blob/main/src/universal/.devcontainer/first-run-notice.txt - https://github.com/devcontainers/images/blob/main/src/universal/.devcontainer/Dockerfile#L82 This is primed in the...