MCPcopy Create free account
hub / github.com/docker/compose / ImageSummary

Struct ImageSummary

pkg/api/api.go:603–611  ·  view source on GitHub ↗

ImageSummary holds container image description

Source from the content-addressed store, hash-verified

601
602// ImageSummary holds container image description
603type ImageSummary struct {
604 ID string
605 Repository string
606 Tag string
607 Platform platforms.Platform
608 Size int64
609 Created *time.Time
610 LastTagTime time.Time
611}
612
613// ServiceStatus hold status about a service
614type ServiceStatus struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected