Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLogger ¶ added in v0.21.0
func CreateLogger(stepsCtx *runner.StepsContext) (*slog.Logger, error)
Types ¶
type StepImageArchive ¶
type StepImageArchive struct {
// contains filtered or unexported fields
}
func NewStepImageArchive ¶
func NewStepImageArchive(tarFilePath string, logger *slog.Logger) *StepImageArchive
func (*StepImageArchive) Unpack ¶
func (o *StepImageArchive) Unpack(outputDir string) (v1.ImageIndex, *oci.Version, error)
Click to show internal directories.
Click to hide internal directories.