Module Docker_hub.Manifests

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