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

Method SetSystem

internal/builder/builder.go:444–446  ·  view source on GitHub ↗

SetSystem sets the system buildpacks of the builder

(system dist.System)

Source from the content-addressed store, hash-verified

442
443// SetSystem sets the system buildpacks of the builder
444func (b *Builder) SetSystem(system dist.System) {
445 b.system = system
446}
447
448// SetRunImage sets the run image of the builder
449func (b *Builder) SetRunImage(runConfig builder.RunConfig) {

Callers 3

createBuilderTargetMethod · 0.80
testBuilderFunction · 0.80

Calls

no outgoing calls

Tested by 1

testBuilderFunction · 0.64