Documentation ¶
Index ¶
- func BuildImage(dcli *client.Client, dockerFileContents []byte, labels map[string]string, ...) error
- func EditTagSuffixWrapper(cmd *cobra.Command, args []string, appendOrRemove bool) error
- func GetImageAndTag(repoTag string) (string, string, error)
- func MakeRegex(regex string) (*regexp.Regexp, error)
- func MoveTag(dcli *client.Client, tagOp TagOp) error
- func PrintStream(ctx context.Context, stream io.ReadCloser) error
- type ImageMap
- type TagOp
- type TextStream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildImage ¶
func EditTagSuffixWrapper ¶
func PrintStream ¶
func PrintStream(ctx context.Context, stream io.ReadCloser) error
Types ¶
type ImageMap ¶
type ImageMap map[string]types.ImageSummary
func (ImageMap) ShowPretty ¶
func (images ImageMap) ShowPretty()
func (ImageMap) SortedNames ¶
type TextStream ¶
type TextStream struct {
Stream string `json:"stream"`
}
Click to show internal directories.
Click to hide internal directories.