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
Register or log in to a Buildah registry.
If no server is specified, the Buildah engine default is used.
Syntax
public static void BuildahLogin(this ICakeContext context, string username, string password, bool tlsVerify = false, string server = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| username |
string |
The username. |
| password |
string |
The password. |
| tlsVerify |
bool |
Perform tls verification. Set to false for Http Registry Servers. |
| server |
string |
The server. |
Return Value