b9-3.2.3: A tool and library for building virtual machine images.
Safe HaskellNone
LanguageHaskell2010

B9.Podman

Description

Implementation of an execution environment that uses podman.

Documentation

newtype Podman Source #

Constructors

Podman PodmanConfig 

Instances

Instances details
Backend Podman Source # 
Instance details

Defined in B9.Podman

Methods

getBackendConfig :: forall proxy (e :: [Type -> Type]). (Member BuildInfoReader e, CommandIO e) => proxy Podman -> Eff e (Maybe Podman) Source #

supportedImageTypes :: proxy Podman -> [ImageType] Source #

runInEnvironment :: forall (e :: [Type -> Type]). (Member BuildInfoReader e, CommandIO e, Member ExcB9 e) => Podman -> ExecEnv -> Script -> Eff e Bool Source #