DockerEngineAPI.Model.Commit (ex_docker_api v1.55.0)

View Source

Commit holds the Git-commit (SHA1) that a binary was built from, as reported in the version-string of external tools, such as containerd, or runC.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.Commit{ID: String.t() | nil}

Functions

decode(value)