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

Allow to process several images (including orphans) #47

Open
bittner opened this issue Dec 4, 2020 · 0 comments
Open

Allow to process several images (including orphans) #47

bittner opened this issue Dec 4, 2020 · 0 comments

Comments

@bittner
Copy link
Contributor

bittner commented Dec 4, 2020

Currently, the image(s) command is designed to process only a single image. We push several images to APPUiO's registry, hence we must run several commands in our pipeline, which is cumbersome, e.g.

  - seiso image history application --delete
  - seiso image orphans application --delete
  - seiso image history postgres --delete
  - seiso image orphans postgres --delete
  - seiso image history redis --delete
  - seiso image orphans redis --delete

More compact would be good

If seiso would take several images as arguments and the orphans as an option this could be greatly simplified, e.g.

  - seiso images --orphans --delete application postgres redis
@bittner bittner changed the title Allow to to process several images (including orphans) Allow to process several images (including orphans) Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant