DockerEngineAPI.Model.Identity (ex_docker_api v1.55.0)
View SourceIdentity 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
@type t() :: %DockerEngineAPI.Model.Identity{ Build: [DockerEngineAPI.Model.BuildIdentity.t()] | nil, Pull: [DockerEngineAPI.Model.PullIdentity.t()] | nil, Signature: [DockerEngineAPI.Model.SignatureIdentity.t()] | nil }