Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2026 Changes in this version + type Bundle struct + Path string + Rootfs string + Spec specs.Spec + func Load(ctx context.Context, path string, transformers ...Transformer) (*Bundle, error) + func (b *Bundle) AddExtraFile(name string, data []byte) + func (b *Bundle) Files() (map[string][]byte, error) + type Transformer func(ctx context.Context, b *Bundle) error