Documentation ¶
Index ¶
- func Decode(enc string) (bi binfotypes.BuildInfo, _ error)
- func Encode(ctx context.Context, metadata map[string][]byte, key string, ...) ([]byte, error)
- func Format(dt []byte, format FormatOpts) (_ []byte, err error)
- func FromImageConfig(dt []byte) (*binfotypes.BuildInfo, error)
- func GetMetadata(metadata map[string][]byte, key string, reqFrontend string, ...) ([]byte, error)
- type FormatOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(enc string) (bi binfotypes.BuildInfo, _ error)
Decode decodes a base64 encoded build info.
func Encode ¶
func Encode(ctx context.Context, metadata map[string][]byte, key string, buildSources map[string]string) ([]byte, error)
Encode encodes build info.
func Format ¶
func Format(dt []byte, format FormatOpts) (_ []byte, err error)
Format formats build info.
func FromImageConfig ¶
func FromImageConfig(dt []byte) (*binfotypes.BuildInfo, error)
FromImageConfig returns build info from image config.
Types ¶
type FormatOpts ¶
type FormatOpts struct {
RemoveAttrs bool
}
FormatOpts holds build info format options.
Click to show internal directories.
Click to hide internal directories.