Versions in this module Expand all Collapse all v0 v0.2.0 Nov 29, 2024 Changes in this version + const Type + type Action struct + Config []ActionConfig + func (a *Action) Execute(base llb.State) (llb.State, error) + func (a *Action) Type() string + func (a *Action) UpdateImage(_ *dockerfile2llb.Image) + type ActionConfig struct + Directory string + Dockerfile string + Image string + Path string + func (a *ActionConfig) Execute(base llb.State) (llb.State, error)