-
Notifications
You must be signed in to change notification settings - Fork 841
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
Build only some of the Docker images #1837
Comments
to `stack image container` (default to all images) resolves #1837
@dysinger I merged the PR before realizing that it takes these image names via an undecorated argument. I don't think this is what we want, because in the future we might also want to take TARGET syntax like the normal build command. How about putting this option under a flag like Bumping to P1 to ensure we address this before any release. |
How would multiple images look? |
Yup, or possibly also |
It seems reordering tickets on waffle.io adds back the "in progress" label |
It looks like this issue can be closed. Please reopen if I'm incorrect. |
Currently,
stack image container
always builds all images specified in your stack.yaml file. It would be convenient in some use cases to give a list of Docker images that should be built instead.The text was updated successfully, but these errors were encountered: