microsoft / microsoft/vscode-remote-release
Disable `docker compose ... build`
@chrmarti is already working on this.
Since Mar 7, 2023.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Enjoying this extension very much so far but running into some issues because it always assumes that I want to run docker compose ... build with my DevContainer.
The problem is the environment I've created is for ML development and it takes quite a bit of time to build (~30m). Basically was thinking to improve the flow by disabling the auto-build. The aim is to have better control by using docker compose ... up so that it prefers the remotely available image (which I will use CI/CD to publish) but will naturally build if a manifest doesn't exist (when developing). For our case, it is always faster to pull than rebuild. Planning to use an image tagging scheme that matches our releases so this would change on PRs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.