DockerEngineAPI.Model.OciPlatform (ex_docker_api v1.48.0)

View Source

Describes the platform which the image in the manifest runs on, as defined in the OCI Image Index Specification.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.OciPlatform{
  architecture: String.t() | nil,
  os: String.t() | nil,
  "os.features": [String.t()] | nil,
  "os.version": String.t() | nil,
  variant: String.t() | nil
}

Functions

decode(value)