package current-albatross-deployer

  1. Overview
  2. Docs
type t

The type for an unikernel image

Extract an unikernel image from docker. It's assumed to be an hvt target unikernel

type instruction_fn = network:string list -> cache:Obuilder_spec.Cache.t list -> Obuilder_spec.op list
val of_git : ?extra_instructions:instruction_fn Current.t -> ?opam_repository_commit:string Current.t -> mirage_version:[ `Mirage_3 | `Mirage_4 ] -> config_file:Fpath.t Current.t -> ?args:string list Current.t -> Current_git.Commit.t Current.t -> t Current.t