-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Add a method to scan for the images Required by a upstream version in AppCo
Essentially we would add a flag, or new subcommand based on "getRebaseInfo", that will use our list of images and tags and compare to AppCo to find what our options are there. The primary goal of this issue would be to ensure that the rebase.yaml file output will also include relevant AppCo image information too.
Note: This enhancement is just a baby step towards some greater automation improvements.
Design Concept
When the flag/subcommand is used, we will first verify that the tool has access to AppCo via other auth means (do something to ping appco basically to verify users system is authenticated).
Then either: a) construct the basic rebase.yaml OR b) load an existing one. Then using the images list query AppCo to find matching Versions (of highest AppCo revision) for images we need and update rebase.yaml with new data about those images.