ImageManifestV2Schema1

case class ImageManifestV2Schema1(name: Option[String], tag: Option[String], architecture: Option[String], fsLayers: Option[List[Digest]], history: Option[List[V1History]], schemaVersion: Option[Int], signatures: Option[List[Signature]])

Registry image Manifest of an image in a repo according to Docker image spec v1

See also:
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product