Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + type Builder interface + Build func(src io.Reader, opts ...Option) (io.Reader, error) + var DefaultBuilder Builder + type Option func(o *Options) + func Archive(a string) Option + func Entrypoint(e string) Option + type Options struct + Archive string + Entrypoint string