-
Notifications
You must be signed in to change notification settings - Fork 117
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
docker_compose_v2 build functionality #750
Comments
If the image is not yet built, docker compose up will trigger a build. a build functionality is needed to be able to update locally built images. with docker_compose_v2_pull you can update the unaltered images. I use docker compose build to install additional packages and updates for images like Currently, with the v1 module, we set |
#760 implements a |
@b-reich is the implementation of the build option enough for you? Can we close this issue as resolved? |
Yes, it is perfect for my needs. Thanks! |
SUMMARY
Add the functionality to build images with docker compose v2
ISSUE TYPE
COMPONENT NAME
docker_compose_v2
ADDITIONAL INFORMATION
There are different use-cases for this feature.
Example from v1 module.
The text was updated successfully, but these errors were encountered: