View Source DockerEngineAPI.Model.OciPlatform (docker_engine_api v1.43.0)

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(),
  os: String.t(),
  "os.features": [String.t()],
  "os.version": String.t(),
  variant: String.t()
}