Documentation
¶
Index ¶
Constants ¶
View Source
const ( MediaTypeConfig = "application/vnd.docker.container.image.v1+json" MediaTypeManifestList = "application/vnd.docker.distribution.manifest.list.v2+json" MediaTypeManifest = "application/vnd.docker.distribution.manifest.v2+json" MediaTypeForeignLayer = "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FSInspectOptions ¶ added in v0.2.0
type FSInspectOptions struct {
Dir string
}
type Info ¶
type Info struct {
GoVer string `json:"goVersion"` // go version
GoCompiler string `json:"goCompiler"` // go compiler
Platform string `json:"platform"` // os/arch
VCSCommit string `json:"vcsCommit"` // commit sha
VCSDate string `json:"vcsDate"` // commit date in RFC3339 format
VCSRef string `json:"vcsRef"` // commit sha + dirty if state is not clean
VCSState string `json:"vcsState"` // clean or dirty
VCSTag string `json:"-"` // tag is not available from Go
Debug *debug.BuildInfo `json:"debug,omitempty"` // build info debugging data
}
Click to show internal directories.
Click to hide internal directories.