Documentation ¶
Index ¶
Constants ¶
View Source
const (
Type = "script"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Script string `mapstructure:"script"` User string `mapstructure:"user"` Cwd string `mapstructure:"cwd"` }
func (*Action) UpdateImage ¶
func (a *Action) UpdateImage(_ *dockerfile2llb.Image)
Click to show internal directories.
Click to hide internal directories.