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

Method AddLayerWithDiffID

pkg/buildpack/builder.go:35–35  ·  view source on GitHub ↗
(path, diffID string)

Source from the content-addressed store, hash-verified

33type WorkableImage interface {
34 SetLabel(string, string) error
35 AddLayerWithDiffID(path, diffID string) error
36}
37
38type layoutImage struct {

Callers 8

testDownloadSBOMFunction · 0.65
BuildMethod · 0.65
testPackageBuildpackFunction · 0.65
finalizeImageMethod · 0.65
AddLayerWithDiffIDMethod · 0.65
addExplodedModulesMethod · 0.65
addFlattenedModulesMethod · 0.65

Implementers 1

layoutImagepkg/buildpack/builder.go

Calls

no outgoing calls

Tested by 2

testDownloadSBOMFunction · 0.52
testPackageBuildpackFunction · 0.52