Values.ImagePackageSourceA software package that's installed on top of the base image to create a customized image.
type nonrec t = {packageName : NonEmptyString.t option;The name of the package that's reported to the operating system package manager.
*)packageVersion : NonEmptyString.t option;The version of the package that's reported to the operating system package manager.
*)}