ImageManifest class

Details of a single image manifest within a multi-arch image.

Constructors

ImageManifest({String? architecture, String? digest, String? mediaType, String? os, List<String>? osFeatures, String? osVersion, String? variant})
ImageManifest.fromJson(Map json_)

Properties

architecture String?
The CPU architecture of the image.
getter/setter pair
digest String?
The manifest digest, in the format "sha256:".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mediaType String?
The media type of the manifest, e.g., "application/vnd.docker.distribution.manifest.v2+json"
getter/setter pair
os String?
The operating system of the image.
getter/setter pair
osFeatures List<String>?
The required OS features for the image, for example on Windows win32k.
getter/setter pair
osVersion String?
The OS version of the image, for example on Windows 10.0.14393.1066.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variant String?
The variant of the CPU in the image, for example v7 to specify ARMv7 when architecture is arm.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited