Cake.Buildah

Cake Build addin for Buildah.

#addin nuget:?package=Cake.Buildah&version=3.0.0

dotnet add package Cake.Buildah --version 3.0.0

<PackageReference Include="Cake.Buildah" Version="3.0.0" />

Aliases

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.

General

BuildahBuild(BuildahImageBuildSettings, string) Builds an image given settings.
BuildahBuild(string) Builds an image using default settings.
BuildahCustomCommand(BuildahCustomCommandSettings, string) Run a custom Buildah command.
BuildahCustomCommand(string) Run a custom Buildah command.
BuildahImagePrune(BuildahImagePruneSettings) Remove unused images given settings.
BuildahImagePrune() Remove unused images.
BuildahLogin(BuildahRegistryLoginSettings, string) Register or log in to a Buildah registry. If no server is specified, the Buildah engine default is used.
BuildahLogin(string, string, bool, string) Register or log in to a Buildah registry. If no server is specified, the Buildah engine default is used.
BuildahLogout(BuildahRegistryLogoutSettings, string) Logout from a Buildah registry. If no server is specified, the Buildah engine default is used.
BuildahLogout(string) Logout from a Buildah registry. If no server is specified, the Buildah engine default is used.
BuildahPush(BuildahImagePushSettings, string) Push an image or a repository to the registry with given settings.
BuildahPush(string) Push an image or a repository to the registry.
BuildahTag(string, string) Tag an image into a repository.