DockerEngineAPI.Model.OciPlatform (elixir_dea v1.45.7)

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

Summary

Types

@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