This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Buildah.
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 |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| settings | Buildah |
The settings. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
Output text. |
