buildpacks / imgutil

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

Allow callers to pass a custom CreatedAt value #138

Closed jabrown85 closed 2 years ago

jabrown85 commented 2 years ago

This will be used when resolving https://github.com/buildpacks/lifecycle/issues/809. The caller being able to adjust the value will allow us to read the value from different inputs if needed and won't tie imgutil to a specific env var.

Signed-off-by: Jesse Brown jabrown85@gmail.com