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
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Actually for that we just need something that acts like a layer expression but creates no layer, rather than introducing redundant layers in the image. Maybe we can just make a skip predicate that the build planner just carries any parent node forward
We can consider providing a predicate that creates an empty layer, say
empty_layer
orskip
:A concrete use case is here: https://github.com/modus-continens/openjdk-images-case-study/blob/fa02585eac8676b69918ad0dc53976be33ab29b4/linux.Modusfile#L59
The text was updated successfully, but these errors were encountered: