docker

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Cmd       string
	SubCmd    string
	Flags     []string
	Value     []string
	Original  string
	StartLine int
	EndLine   int
	JSON      bool
}

Command is the struct for each dockerfile command

type Parser

type Parser struct {
}

Parser is a Dockerfile parser

func (*Parser) GetKind

func (p *Parser) GetKind() model.FileKind

GetKind returns the kind of the parser

func (*Parser) Parse

func (p *Parser) Parse(_ string, fileContent []byte) ([]model.Document, error)

Parse - parses dockerfile to Json

func (*Parser) Resolve added in v1.2.2

func (p *Parser) Resolve(fileContent []byte, filename string) (*[]byte, error)

Resolve - replace or modifies in-memory content before parsing

func (*Parser) SupportedExtensions

func (p *Parser) SupportedExtensions() []string

SupportedExtensions returns Dockerfile extensions

func (*Parser) SupportedTypes added in v1.1.3

func (p *Parser) SupportedTypes() []string

SupportedTypes returns types supported by this parser, which are dockerfile

type Resource

type Resource struct {
	CommandList map[string][]Command `json:"command"`
}

Resource Separates the list of commands by file

Jump to

Keyboard shortcuts

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