podenv-0.2.0: A container wrapper
Safe HaskellNone
LanguageHaskell2010

Podenv.Build

Description

This modules contains logic to perform application runtime build

Synopsis

Documentation

prepare :: RuntimeEnv -> Application -> IO (BuildEnv, Application) Source #

Create the build env

data BuildEnv Source #

A build env contains action to be performed before preparation and execution

Constructors

BuildEnv 

Fields

nixRuntime :: RuntimeContext Source #

Nix runtime re-use the host root filesystem, prepareNix added the nix-store volume.