ci icon indicating copy to clipboard operation
ci copied to clipboard

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.

Results 72 ci issues
Sort by recently updated
recently updated
newest added

Hello! This PR adds an output 'runCmdOutput' to the GitHub action containing whatever is output by the command specified in the 'runCmd' input. It also includes a bonus fix for...

Does a proposal to add CLI implementation for GitLab pipelines make sense at all? Looking for very early feedback before I go any further. Not even sure at this point...

In my case I have a `postCreateCommand` that clones another organization repo. This works great under Codespaces but is hanging when using this project. I think what I see is...

The dev container CLI will soon support a platform argument, and https://github.com/devcontainers/cli/pull/61 introduces the ability to do multiple tags. The challenge here is when you do a multiple architecture build,...

In my case, I am using this action to pre-build an image I then use in codespaces and remote - containers. I do this on a periodic basis for security,...

When the command run in the DevContainer fails, `devcontainers/ci` logs it once, and then GitHub Actions itself seems to log it a second time. To repro, try running the command...

I am trying with the following repository. - `devcontainer.json` use docker compose - A workflow is run with GitHub Actions https://github.com/hankei6km/test-devcontainers-cli-compose ## cli Using `@devcontainers/cli` directly from within the workflow...

I think we should use customizations.vscode property. https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_vs-code-specific-properties

I am encountering an error when running npm install in the directory github-action, in the Dev Container: vscode ➜ /workspaces/devcontainer-build-run (feat/support-giving-extended-privileges-to-container ✗) $ cd github-action/ vscode ➜ /workspaces/devcontainer-build-run/github-action (feat/support-giving-extended-privileges-to-container ✗)...