ImageManifestV1 constructor
Implementation
ImageManifestV1(
{required this.schemaVersion,
required this.name,
required this.tag,
required this.architecture,
required this.fsLayers,
required this.history,
required this.signatures});