docker / docker/vscode-extension
Proposal: Added in-file Build action for docker compose files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 59
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently when user open docker compose file, he have ability to run services from within docker compose file (actions like Run All Services or Run Service).
It would be nice to have additional actions for Build All Services and Build Service, as projects might have multiple docker compose files, and to build one or two of them user need to run docker compose --file ... build manually for each of them.
Visual Studio Code version
Installed extensions in Visual Studio Code
Additional info
No response
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.
Research direction
Start by locating the existing in-file Run All Services and Run Service actions for Docker Compose files. Trace how they identify the selected compose file and services, then add equivalent build actions whose completion is verified by successful compose builds for all or one service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, typescript, vscode
- Domain
- devops, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100