paketo-community / ubi-base-stack

Apache License 2.0
2 stars 5 forks source link

Fetching receipts_show_limit variable from images.json file #72

Closed pacostas closed 1 month ago

pacostas commented 1 month ago

Summary

At the moment, the show_receipts_limit variable is being hardcoded. This PR adds functionality for fetching the value of show_receipts_limit from the images.json file. In case the value is not available then it sets it to empty and fallbacks to what the create release action has as a value, which is no limit at all.

Use Cases

Checklist

pacostas commented 1 month ago

@mhdawson