cli
cli copied to clipboard
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
Hi there. I couple of weeks ago I set up a repository of private devcontainer features on our gitlab instance and it did work pretty well. Something has changed since...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
ToeySuKhothai
Fixes: https://github.com/devcontainers/cli/issues/1069 **Issue summary:** This PR enhances the user experience by automatically defaulting the [--workspace-folder] parameter to the current working directory when it is not explicitly specified. The following DevContainer...
Getting this error suddenly from CLI/Vscode/Cursor: ``` ➜ devcontainer build --workspace-folder . --config .devcontainer/devcontainer.json --image-name=test [3 ms] @devcontainers/cli 0.75.0. Node.js v20.12.2. darwin 24.3.0 arm64. TypeError: Cannot read properties of null...
Add lookupHomeFolder function to retrieve home directory. https://github.com/devcontainers/spec/issues/335
When trying to publish my feature to my registry at 'my-registry.com/features-feed', devcontainers searches only for 'my-registry.com' matches in the `$DOCKER_CONFIG/config.json` file for registry matches, causing authentication to fail. For example...
In our CI pipeline, we use [build secrets](https://docs.docker.com/build/building/secrets/) to inject secrets for our internal registries into our Dockerfile. However, the devcontainer CLI currently doesn't support using those secrets from within...
Dynamic mounting would be much more convenient.