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
Contains functionality for working with Buildah commands.
Contains functionality for running any custom command which are not yet implemented.
Contains functionality for working with build command.
Contains functionality for working with Buildah image prune command.
Contains functionality for working with push command.
Contains functionality for working with tag command.
Contains functionality for working with login command.
Contains functionality for working with logout command.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BuildahAliases"]
class Type type-node
Syntax
public static class BuildahAliases
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Cake |
Methods
Name | Value | Summary |
---|---|---|
BuildahBuild |
void |
Builds an image given settings.
static
|
BuildahBuild |
void |
Builds an image using default settings.
static
|
BuildahCustomCommand |
IEnumerable |
Run a custom Buildah command.
static
|
BuildahCustomCommand |
IEnumerable |
Run a custom Buildah command.
static
|
BuildahImagePrune |
IEnumerable |
Remove unused images given settings.
static
|
BuildahImagePrune |
IEnumerable |
Remove unused images.
static
|
BuildahLogin |
void |
Register or log in to a Buildah registry.
If no server is specified, the Buildah engine default is used.
static
|
BuildahLogin |
void |
Register or log in to a Buildah registry.
If no server is specified, the Buildah engine default is used.
static
|
BuildahLogout |
void |
Logout from a Buildah registry.
If no server is specified, the Buildah engine default is used.
static
|
BuildahLogout |
void |
Logout from a Buildah registry.
If no server is specified, the Buildah engine default is used.
static
|
BuildahPush |
void |
Push an image or a repository to the registry with given settings.
static
|
BuildahPush |
void |
Push an image or a repository to the registry.
static
|
BuildahTag |
void |
Tag an image into a repository.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|