buildpacks / imgutil

Helpful utilities for working with images
Apache License 2.0
23 stars 41 forks source link

Consolidate image options in imgutil package #263

Closed natalieparellano closed 3 months ago

natalieparellano commented 3 months ago

It is really annoying in the lifecycle to have to construct the same list of options 3 times, once for local/remote/layout. By moving the options into the imgutil package, we can simplify the calling code.