Resources for Tasks with many images in the same registry are repetitive #569
Labels
design
This task is about creating and discussing a design
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
maybe-next-milestone
For consideration when planning the next milestone
Expected Behavior
If I'm creating a
Task
that needs to build a lot of images, that means I need to provide many image resources. If these all need to get pushed to the same image registry, it would be great if I only needed to provide this information once.Actual Behavior
While working on #528 I started to create a
Task
that can publish all the images required for this project. There are a lot of them tho and so what I've currently got is something like this:If someone wants to use the
Task
that consumes these with their own registry, they're going to have to change each of thoseurl
values.Additional Info
Note that these images are built using
ko
, which doesn't take as input information about individual images, it just takes theKO_DOCKER_REPO
The text was updated successfully, but these errors were encountered: