buildpacks / imgutil

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

Refactor: file organization #186

Closed natalieparellano closed 1 year ago

natalieparellano commented 1 year ago

This might be a tad OCD, but I sat down to work on imgutil and I found myself a bit confused as to why we have certain functions i.e., what they are used for, and wanting to compare implementations across remote/local/layout and having to dig around to find each one. This PR:

Hopefully this will make it easier for folks new to imgutil to find stuff and know what things are used for.

I didn't touch the test files so that we can be confident that nothing broke, but eventually we might want to apply some organization there as well.