Skip to content

Add support for automatic compose image builds #1813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bandhan-majumder
Copy link
Collaborator

Implements logic to automatically build Docker images defined in docker-compose files when installDeps is set to true. It finds the difference between the running images and total required images, and store them in a missing images array. Then, it iterates the services section of config and runs if the images is included in the missing images array. Error handling and edge cases are handled.

Related to: #1759

video: https://www.loom.com/share/fc733879983a4c84a736e71274368a28

Implements logic to automatically build Docker images defined in
docker-compose files when installDeps is set to true.

Related to: CycloneDX#1759

Signed-off-by: bandhan-majumder <[email protected]>
@bandhan-majumder bandhan-majumder requested a review from prabhu as a code owner May 23, 2025 10:08
@prabhu prabhu marked this pull request as draft May 23, 2025 11:12
@prabhu prabhu removed their request for review May 23, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant