Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶ added in v0.1.0
type Args struct { args.Globals Dockerfile string `name:"file" short:"f" help:"name of the Dockerfile to use." default:"Dockerfile"` BuildArgs []string `` /* 158-byte string literal not displayed */ NoLogin bool `help:"disable login to docker registry" default:"false" ` NoPull bool `help:"disable pulling latest from docker registry" default:"false"` Platform string `help:"specify target platform to build" default:""` }
type MockSession ¶ added in v0.2.1
type MockSession struct { }
func (*MockSession) Allow ¶ added in v0.2.1
func (m *MockSession) Allow(a session.Attachable)
func (*MockSession) Close ¶ added in v0.2.1
func (m *MockSession) Close() error
func (*MockSession) ID ¶ added in v0.2.1
func (m *MockSession) ID() string
Click to show internal directories.
Click to hide internal directories.