CreateManifestAsync(DockerDigest digest) Method
Creates a new manifest with the specified content digest.
Syntax
public
abstract
Task<System.IO.Stream> CreateManifestAsync(DockerDigest digest)
Parameters
- digest
- Type: DockerDigest
The content digest of the manifest.
Returns
Stream backed by the manifest.