TopLevelImageManifest

container.DockerMetadata$.TopLevelImageManifest
case class TopLevelImageManifest(Config: String, Layers: Vector[String], RepoTags: Vector[String], Parent: Option[String])

image JSON for the top-level image according to Docker Image spec v1.2

NOT TO BE confused with the distribution manifest, used to push and pull images

Usually presented in a Vector[TopLevelImageManifest] with one entry per image (current one + parent images it was derived from).

Attributes

See also:

https:://github.com/moby/moby/blob/master/image/spec/v1.2.md#combined-image-json--filesystem-changeset-format

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product