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

Since people most likely just want to see the commands running in the container by default, we can remove the grouping of it, so that it is much faster by...

This is in the context of devcontainers/cli#606. I think this should be enough to allow for CLI version specification according to the other code I saw while reading through this....

Been using the subfolder which is a nested `.devcontainer/service/.devcontainer` directory and finding that the `devcontainer.metadata` is a merge of the two directories. There may be other oddities. Expected? Should I...

info-needed

I think the UX is kind of neat but clicking the little disclosure box next to "Run command in container" all the time to see the runCmd outputs is kind...

No matter what I try I can't get this Dev Container to complete the `onCreateCommand` successfully, or even the `postCreateCommand` if I skip the `onCreateCommand` without running into what essentially...

I'm trying to debug a new startup error we're seeing in a self-hosted GitHub Actions CI runner (Linux X64 ubuntu-22.04). This workflow has been running great for weeks (we've been...

It would be really nice if this action were compatible with the [Docker Metadata action](https://github.com/docker/metadata-action), so that tags could be generated by that action and easily passed to this action....

The stdout of my build command contains a lot of linebreaks that appear out of nowhere. I'm not sure where they come from; I don't think they're purely misinterpreted ANSI...

As per the discussion [here](https://github.com/devcontainers/ci/issues/190), it might be useful to include documentation that discusses approaches to cleaning up the containers/images from dev container builds. On hosted agents this isn't an...