MCPcopy Create free account
hub / github.com/buildpacks/pack / BuildConfig

Struct BuildConfig

builder/config_reader.go:75–78  ·  view source on GitHub ↗

BuildConfig build image configuration

Source from the content-addressed store, hash-verified

73
74// BuildConfig build image configuration
75type BuildConfig struct {
76 Image string `toml:"image"`
77 Env []BuildConfigEnv `toml:"env"`
78}
79
80type Suffix string
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected