Skip to content

Commit

Permalink
Update docs/CI-CD/recipes/reusing-devcontainers-within-a-pipeline.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Jervelund <[email protected]>
  • Loading branch information
TessFerrandez and Doommius authored Aug 22, 2024
1 parent fdebe38 commit c758726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are three ways to build devcontainers within pipeline:
- With [GitHub - devcontainers/cli](https://github.com/devcontainers/cli), which is the same as the above, but using the underlying CLI directly without tasks.
- Building the `DockerFile` with `docker build`. This option excludes all configuration/features specified within the `devcontainer.json`.

## Considered Options
## Considered options

- Run CI pipelines in native environment
- Run CI pipelines in the dev container via building image locally
Expand Down

0 comments on commit c758726

Please sign in to comment.