Skip to content
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

Add ability to update multiple containers in the same task #72

Open
arbass22 opened this issue Nov 4, 2020 · 1 comment
Open

Add ability to update multiple containers in the same task #72

arbass22 opened this issue Nov 4, 2020 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@arbass22
Copy link

arbass22 commented Nov 4, 2020

It would be helpful to be able to update the images if there are multiple containers in the same task definition. Currently, a user would have to chain multiple of these actions, creating multiple temp files with the iterative changes.

@allisaurus allisaurus added the feature-request A feature should be added or improved. label Nov 5, 2020
@majkelcc
Copy link

Just a though - support for updating multiple containers sounds like a bigger change and personally. What if we could try to make chaining multiple update actions easier? This could keep this action small and simple.

If passing the output file between each update action is what makes it hard, maybe the ability to work on the same file will solve this pain point?

I see two options:

  1. Adding a flag overwriting the input file
  2. A more flexible option to specify a path to the output file (could be the same as input)

Overwriting the input file would probably be the best if we're thinking about making chaining easier. This way the order of update actions doesn't matter, they can be moved/removed without breaking the rest of the workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants