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

Please consider adding a simple `shell` input that matches the behavior of the `shell` argument for built-in [`steps`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell). Because `devcontainers/ci` will be used alongside other "native" execution environments which use...

When running in GitHub actions using the built-in Docker runner: ```yml - name: "Run Tests" uses: "./.devcontainer" with: entrypoint: "./tests/run.sh" ``` User scripts running inside the devcontainer can read environment...

feature

GitHub recommends users limit the permissions of any third-party actions: [^1] > - **Use credentials that are minimally scoped** > - Make sure the credentials being used within workflows have...

Azure DevOps pipeline definitions (and potentially GitHub Actions as well, but I haven't done much with them) allows for inputs to tasks and template parameters to be arrays. Where possible,...

Running `@devcontainers/ci` on GitHub Actions hosted runner ubuntu-22.04 (which has both compose v1 and v2) uses docker compose v1 and building image for `compose.yaml` (which v1 does not support) fails....

As identified in #223, there is currently a gap in the automated releases for this repo. Versioning for the GitHub action uses tags in the repo. When someone references `devcontainers/[email protected]`...

https://github.com/federlieb/federlieb/actions/runs/4590469738 - I am trying to use podman on my development machine and have to use docker via GitHub actions. https://code.visualstudio.com/remote/advancedcontainers/docker-options suggests to use `"runArgs": [ "--userns=keep-id" ],` but it...

Any ideas on why the output format is scrambled? I'm just running a simple `cargo build` on some standard rust project.

Hello, I am using the Azure DevOps extension and I am getting the error below : ``` shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file...

I'm getting a `[error]spawn devcontainer ENOENT` message whenever I try and run a simple pipeline on an Azure DevOps agent running Windows 10. I've tried running the command the logs...