package image
import "github.com/dotcloud/docker/api/types/image"
Index ¶
Types ¶
type HistoryResponseItem ¶
type HistoryResponseItem struct { // comment // Required: true Comment string `json:"Comment"` // created // Required: true Created int64 `json:"Created"` // created by // Required: true CreatedBy string `json:"CreatedBy"` // Id // Required: true ID string `json:"Id"` // size // Required: true Size int64 `json:"Size"` // tags // Required: true Tags []string `json:"Tags"` }
HistoryResponseItem individual image layer information in response to ImageHistory operation swagger:model HistoryResponseItem
Source Files ¶
- Version
- v23.0.13+incompatible
- Published
- May 29, 2024
- Platform
- linux/amd64
- Last checked
- 1 minute ago –
Tools for package owners.