Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
type
WorkableImage
interface
{
34
SetLabel(string, string) error
35
AddLayerWithDiffID(path, diffID string) error
36
}
37
38
type
layoutImage
struct
{
Callers
8
testDownloadSBOM
Function · 0.65
Build
Method · 0.65
testPackageBuildpack
Function · 0.65
finalizeImage
Method · 0.65
finalizeExtensionImage
Method · 0.65
AddLayerWithDiffID
Method · 0.65
addExplodedModules
Method · 0.65
addFlattenedModules
Method · 0.65
Implementers
1
layoutImage
pkg/buildpack/builder.go
Calls
no outgoing calls
Tested by
2
testDownloadSBOM
Function · 0.52
testPackageBuildpack
Function · 0.52