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 97 ci issues
Sort by recently updated
recently updated
newest added

## Summary Refresh the devcontainer Dockerfile comments to list updated OS variants and reference the new devcontainers/images source, bump the default variant to Debian 12, and fix a minor comment...

In dc github action I have ``` - name: Dev Container Build and Run Action uses: devcontainers/[email protected] with: imageName: ghcr.io/${{ github.repository_owner }}/devcontainers imageTag: latest runCmd: | mvn --version whoami ls...

I tried to run `azd up` for https://github.com/Azure-Samples/azure-search-openai-javascript in devcontainers/ci .dockerignore is in the root folder. But it will return ERROR: failed deploying service 'indexer': archive/tar: write too long Wil...

https://github.com/Milanhe92/circleci-cli/blob/develop/.github%2FISSUE_TEMPLATE%2FFEATURE_REQUEST.md

Hi, I’m currently using a dev container defined in a docker-compose.yml file that includes multiple services. In my CI environment, I only need the main development container and would prefer...

The image digest is a required input for steps that follow the build process, such as [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) or for [adding the built Docker image to JFrog Build Info](https://github.com/jfrog/jfrog-github-example/blob/50ad3b6bd875427e68095afb0d95bc56b5f79e07/.github/workflows/build-publish.yml#L112). Currently, the...

feature

Please have (package) caches in the DevContainer cached in the action cache. This would allow to speed up image creation involving installing packages via Dockerfile or via DevContainer features. It...

feature