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

Method SetBuildConfigEnv

internal/builder/builder.go:405–407  ·  view source on GitHub ↗

SetBuildConfigEnv sets an environment variable to a value that will take action on platform environment variables basedon filename suffix

(env map[string]string)

Source from the content-addressed store, hash-verified

403
404// SetBuildConfigEnv sets an environment variable to a value that will take action on platform environment variables basedon filename suffix
405func (b *Builder) SetBuildConfigEnv(env map[string]string) {
406 b.buildConfigEnv = env
407}
408
409// SetOrder sets the order of the builder
410func (b *Builder) SetOrder(order dist.Order) {

Callers 3

createBuilderTargetMethod · 0.80
createBaseBuilderMethod · 0.80
testBuilderFunction · 0.80

Calls

no outgoing calls

Tested by 1

testBuilderFunction · 0.64