DockerAliases.

DockerManifestCreate(ICakeContext, DockerManifestCreateSettings, string, string, string[]) Method

Summary

Create a local manifest list for annotating and pushing to a registry
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerManifestCreate(this ICakeContext context, DockerManifestCreateSettings settings, 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.
settings DockerManifestCreateSettings The settings.
manifestList string MANIFEST_LIST
manifest string MANIFEST
manifests string[] [MANIFEST...]

Return Value

Type Description
void