MCPcopy
hub / github.com/docker/compose / buildingEvent

Function buildingEvent

pkg/compose/progress.go:81–83  ·  pkg/compose/progress.go::buildingEvent

buildingEvent creates a new Building in progress Resource

(id string)

Source from the content-addressed store, hash-verified

79
80// buildingEvent creates a new Building in progress Resource
81func buildingEvent(id string) api.Resource {
82 return newEvent("Image "+id, api.Working, api.StatusBuilding)
83}
84
85// builtEvent creates a new built (done) Resource
86func builtEvent(id string) api.Resource {

Callers 3

doBuildBakeMethod · 0.85
doBuildClassicMethod · 0.85
doBuildImageMethod · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected