Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependencies ¶
type Dependencies struct { Image *Reference `json:"image"` Runtime *Reference `json:"runtime-dependency"` Buildtime []*Reference `json:"buildtime-dependency"` Git *GitReference `json:"git,omitempty"` }
Dependencies denotes Docker image dependencies.
type GitReference ¶
type GitReference struct {
GitHeadRev string `json:"git-head-revision"`
}
GitReference defines the reference to git source code
Click to show internal directories.
Click to hide internal directories.