Documentation ¶ Index ¶ Constants type Action func (a *Action) Execute(base llb.State) (llb.State, error) func (a *Action) Type() string func (a *Action) UpdateImage(i *dockerfile2llb.Image) Constants ¶ View Source const ( Type = "user" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Action ¶ type Action struct { Name string `mapstructure:"name"` UID int `mapstructure:"uid"` GID int `mapstructure:"gid"` Shell string `mapstructure:"shell"` Dotfiles string `mapstructure:"dotfiles"` } func (*Action) Execute ¶ func (a *Action) Execute(base llb.State) (llb.State, error) func (*Action) Type ¶ func (a *Action) Type() string func (*Action) UpdateImage ¶ func (a *Action) UpdateImage(i *dockerfile2llb.Image) Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.