Liking cljdoc? Tell your friends :D

monkey.ci.runners.oci2

Variation of the oci runner, that creates a container instance with two containers: one running the controller process, that starts the build api, and the other that actually runs the build script. This is more secure and less error-prone than starting a child process.

Variation of the oci runner, that creates a container instance with two containers:
one running the controller process, that starts the build api, and the other that
actually runs the build script.  This is more secure and less error-prone than
starting a child process.
raw docstring

build-container-nameclj

source

build-scriptclj

source

config-fileclj

source

config-mountclj

source

config-pathclj

source

config-volclj

source

controller-containerclj

(controller-container config)
source

default-containerclj

source

instance-configclj

(instance-config config build rt)

Prepares container instance configuration to run a build. It contains two containers, one for the controller process and another one for the script itself. The controller is responsible for preparing the workspace and starting an API server, which the script will connect to.

Prepares container instance configuration to run a build.  It contains two
containers, one for the controller process and another one for the script
itself.  The controller is responsible for preparing the workspace and 
starting an API server, which the script will connect to.
sourceraw docstring

log-config-fileclj

source

log-config-mountclj

source

log-config-volclj

source

m2-cache-dirclj

source

root-userclj

source

script-containerclj

(script-container config)
source

script-mountclj

source

script-pathclj

source

script-volclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close