MCPcopy Create free account
hub / github.com/coder/envbuilder / Image

Method Image

internal/workingdir/workingdir.go:76–78  ·  view source on GitHub ↗

Image is a file that is created in the image when envbuilder has already been run. This is used to skip the destructive initial build step when 'resuming' envbuilder from a previously built image.

()

Source from the content-addressed store, hash-verified

74// the destructive initial build step when 'resuming' envbuilder
75// from a previously built image.
76func (m WorkingDir) Image() string {
77 return m.Join("image")
78}
79
80// Features is a directory that contains feature files.
81func (m WorkingDir) Features() string {

Callers 6

Test_WorkingDirFunction · 0.95
runFunction · 0.80
TestPushImageFunction · 0.80
pushImageFunction · 0.80
UserFromImageFunction · 0.80
extractFromImageFunction · 0.80

Calls 1

JoinMethod · 0.95

Tested by 3

Test_WorkingDirFunction · 0.76
TestPushImageFunction · 0.64
pushImageFunction · 0.64