Josh Spicer

Results 173 comments of Josh Spicer

Thanks for the report. I was unfamiliar with the [scratch](https://hub.docker.com/_/scratch/) image. It appears that I can't directly pull it either

Ah yes, I think I know the issue. Our current [implementation of the OCI distribution spec in the CLI](https://github.com/devcontainers/cli/blob/97c1693041484f59d265de830311a1b061e52267/src/spec-configuration/containerCollectionsOCIPush.ts#L197) currently doesn't page uploads. The [OCI spec](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#post-then-put) linked above that method...

Thanks for investigating! I don't think I have a strong opinion on sensible upper limit, although increasing by a factor of 10 for now (to the 100 MB) you've tested...

Yea, this is something @samruddhikhandale has found a need for (in some way or another). I imagine this could be useful for an organization where they have `n` features that...

I love this idea. I also want us to add in a way to init a template to author [dev container features (in preview right now)](https://code.visualstudio.com/docs/remote/containers#_dev-container-features-preview), similar to the function...

Hey William! This would be nice to have as soon as possible. The reasoning is that in our large, default image for Codespaces (which includes both oryx and go) can't...

Thanks for following up! Either @samruddhikhandale or @VincentDondain are the best people to ask about this now

Hey there! I tested this morning and the following dev container with the option `version: "9.0"` installs `9.0.100-preview.6.24328.19`. ```json { "image": "mcr.microsoft.com/devcontainers/base", "features": { "ghcr.io/devcontainers/features/dotnet": { "version": "9.0" } }...

Thanks for raising! I've also run into this and looking into a fix. Edit: Contacted the upstream team to coordinate releasing the required Debian bookworm packages. --- Note that this...