BuildahAliases.

BuildahImagePrune(ICakeContext, BuildahImagePruneSettings) Method

Summary

Remove unused images given settings.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahAliases

Syntax

public static IEnumerable<string> BuildahImagePrune(this ICakeContext context, BuildahImagePruneSettings settings)

Remarks

Return value are the lines from stdout. This method will redirect stdout and it won't be available for capture.

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings BuildahImagePruneSettings The settings.

Return Value

Type Description
IEnumerable<string> Output text.