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.Docker.
Summary
Create a local manifest list for annotating and pushing to a registry
Syntax
public static void DockerManifestCreate(this ICakeContext context, string manifestList, string manifest, params string[] manifests)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
ExperimentalAttribute |
Declares settings or command as experimental
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
manifestList |
string |
MANIFEST_LIST |
manifest |
string |
MANIFEST |
manifests |
string[] |
[MANIFEST...] |
Return Value