You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, I can give it a go :-) This will be my first open source contribution and there is some admin stuff to sort out with my employer, so this might take a moment though...
Description
The Jib
Containerizer
allows configuration of the base image layer cache and the application layers cache.Would it be possible to allow setting these values when building via Quarkus?
We would like move these caches to a different folder on our CI system.
Implementation ideas
Add corresponding
ConfigItems
toContainerImageJibConfig
and use the values (if set) when creating thecom.google.cloud.tools.jib.api.Containerizer
inJibProcessor#createContainerizer
.The text was updated successfully, but these errors were encountered: