mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
Replaces previous mutable.Freeze logic with commits that can live together with mutable data. Finalize method is added if the implementation needs to make sure that the immutable ref is flushed to the driver. Refs are automaitcally finalized when writable layers are created on top of them. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>