BuildahAliases.

BuildahLogin(ICakeContext, string, string, bool, string) Method

Summary

Register or log in to a Buildah registry. If no server is specified, the Buildah engine default is used.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahAliases

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

Type Description
void