package docker_hub

  1. Overview
  2. Docs
type t
type elt = {
  1. platform : Platform.t;
  2. digest : Image.digest;
}
val fetch : Image.tag -> Token.t -> (t, [> fetch_errors ]) Stdlib.result Lwt.t
val elements : t -> elt list
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.