b9-2.1.0: A tool and library for building virtual machine images.
B9.Podman
Description
Implementation of an execution environment that uses podman.
newtype Podman Source #
Constructors
Defined in B9.Podman
Methods
getBackendConfig :: (Member BuildInfoReader e, CommandIO e) => proxy Podman -> Eff e (Maybe Podman) Source #
supportedImageTypes :: proxy Podman -> [ImageType] Source #
runInEnvironment :: (Member BuildInfoReader e, CommandIO e, Member ExcB9 e) => Podman -> ExecEnv -> Script -> Eff e Bool Source #