helperimage

package
v12.5.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2019 License: MIT Imports: 6 Imported by: 38

Documentation

Index

Constants

View Source
const (
	OSTypeLinux   = "linux"
	OSTypeWindows = "windows"
)

Variables

View Source
var ErrUnsupportedOSVersion = errors.New("could not determine windows version")

Functions

This section is empty.

Types

type Config

type Config struct {
	OSType          string
	Architecture    string
	OperatingSystem string
}

Config specifies details about the consumer of this package that need to be taken in consideration when building Container.

type Info

type Info struct {
	Architecture            string
	Name                    string
	Tag                     string
	IsSupportingLocalImport bool
	Cmd                     []string
}

func Get

func Get(revision string, cfg Config) (Info, error)

func (Info) String

func (i Info) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL