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
Settings for Buildah build [OPTIONS] PATH | URL | -.
Build an image from a Dockerfile.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Base Types
-
- ToolSettings
- AutoToolSettings
graph BT
Type-->Base0["AutoToolSettings"]
click Base0 "/api/Cake.Buildah/AutoToolSettings"
Base0-->Base1["ToolSettings"]
Type["BuildahImageBuildSettings"]
class Type type-node
Syntax
public sealed class BuildahImageBuildSettings : AutoToolSettings
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Buildah |
Properties
Name | Value | Summary |
---|---|---|
BuildArg | string[] |
Gets or sets --build-arg.
Set build-time variables.
|
CacheFrom | string[] |
Gets or sets --cache-from.
default:
Images to consider as cache sources.
|
DisableContentTrust | Nullable |
Gets or sets --disable-content-trust.
default: true.
Skip image verification.
|
File | string |
Gets or sets --file, -f.
Name of the Buildahfile (Default is 'PATH/Dockerfile').
|
NoCache | Nullable |
Gets or sets --no-cache.
default: false.
Do not use cache when building the image.
|
Platform | string |
Gets or sets --platform.
Set platform if server is multi-platform capable.
|
Tag | string[] |
Gets or sets --tag, -t.
Name and optionally a tag in the 'name:tag' format.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|