compose_build
Build Docker Compose service images from a compose file, targeting specific services or all, with options to pull newer images and bypass cache when needed.
Instructions
Build Docker Compose services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to docker-compose.yml file | |
| pull | No | Always attempt to pull a newer version of the image | |
| noCache | No | Do not use cache when building the image | |
| services | No | Services to build (default: all services) | |
| projectName | No | Specify project name |