Josh Spicer

Results 173 comments of Josh Spicer

@georgewitteman - What base image are you using? You should be able to take my suggestion above to pin to a more specific image.

The Feature installs `moby` from the Microsoft feeds, which aren't updated for debian bookworm yet

Opened notice https://github.com/devcontainers/features/issues/576 to catch related feedback

Would you mind adding a [scenario test](https://github.com/devcontainers/features/blob/main/test/python/scenarios.json#L84) to exercise your new flag ([docs](https://github.com/devcontainers/cli/blob/main/docs/features/test.md#scenarios))?

would you mind sharing some screenshots of both the bug you're fixing with this and the result of the change?

Hey @thevedicdeveloper! I want to point out the the [dev container CLI reference implementation](https://github.com/devcontainers/cli) has native dotfiles support. Other implementing tools (eg as you pointed out in [GitHub Codespaces](https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account)) are...

Thanks for opening the issue From your log it seems like we should be able to detect when something goes wrong in the pipx installation flow ``` #19 5.786 Traceback...

Thanks for the feedback. I agree that would be ideal. With the engineering capacity we have on the maintainers team, we're only able to officially support a subset of what...

I think what you may be asking for is a lifecycle hook when stopping the dev container - maybe similar to https://github.com/devcontainers/spec/issues/229 ?

Hey @mering! Many of our images do utilize Features [(one example)](https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/devcontainer.json#L6-L19) where it makes sense. All of the images in this repo are built with the dev container CLI and...