DockerEngineAPI.Model.Identity (ex_docker_api v1.55.0)

View Source

Identity holds information about the identity and origin of the image. This is trusted information verified by the daemon and cannot be modified by tagging an image to a different name.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.Identity{
  Build: [DockerEngineAPI.Model.BuildIdentity.t()] | nil,
  Pull: [DockerEngineAPI.Model.PullIdentity.t()] | nil,
  Signature: [DockerEngineAPI.Model.SignatureIdentity.t()] | nil
}

Functions

decode(value)