Cake.Buildah addin
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.
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 Alias from Cake.Buildah addin |
Builds an image given settings. |
BuildahBuild Alias from Cake.Buildah addin |
Builds an image using default settings. |
BuildahCustomCommand Alias from Cake.Buildah addin |
Run a custom Buildah command. |
BuildahCustomCommand Alias from Cake.Buildah addin |
Run a custom Buildah command. |
BuildahImagePrune Alias from Cake.Buildah addin |
Remove unused images given settings. |
BuildahImagePrune Alias from Cake.Buildah addin |
Remove unused images. |
BuildahLogin Alias from Cake.Buildah addin |
Register or log in to a Buildah registry. If no server is specified, the Buildah engine default is used. |
BuildahLogin Alias from Cake.Buildah addin |
Register or log in to a Buildah registry. If no server is specified, the Buildah engine default is used. |
BuildahLogout Alias from Cake.Buildah addin |
Logout from a Buildah registry. If no server is specified, the Buildah engine default is used. |
BuildahLogout Alias from Cake.Buildah addin |
Logout from a Buildah registry. If no server is specified, the Buildah engine default is used. |
BuildahPush Alias from Cake.Buildah addin |
Push an image or a repository to the registry with given settings. |
BuildahPush Alias from Cake.Buildah addin |
Push an image or a repository to the registry. |
BuildahTag Alias from Cake.Buildah addin |
Tag an image into a repository. |