DockerAliases.

DockerManifestAnnotate(ICakeContext, DockerManifestAnnotateSettings, string, string) Method

Summary

Add additional information to a local image manifest
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerManifestAnnotate(this ICakeContext context, DockerManifestAnnotateSettings settings, string manifestList, string manifest)

Attributes

Type Description
CakeMethodAliasAttribute
ExperimentalAttribute Declares settings or command as experimental

Parameters

Name Type Description
context ICakeContext The context.
settings DockerManifestAnnotateSettings The settings.
manifestList string MANIFEST_LIST
manifest string MANIFEST

Return Value

Type Description
void