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

image_history.go

Version
v20.10.26+incompatible
Published
Aug 30, 2023
Platform
linux/amd64
Last checked
2 minutes ago

Tools for package owners.