Sets up the runtime that is used by a build agent.
Sets up the runtime that is used by a build agent.
(make-container-system conf)
Creates a component system to be used by container agents
Creates a component system to be used by container agents
(new-build-key-decrypter config)
Build key decrypter, to decrypt the build data encryption key, which is then used to encrypt container job env vars. Returns the decrypted DEK, base64 encoded.
Build key decrypter, to decrypt the build data encryption key, which is then used to encrypt container job env vars. Returns the decrypted DEK, base64 encoded.
(new-container-key-decrypter config)
Key decrypter used by container agent to decrypt job env vars.
Key decrypter used by container agent to decrypt job env vars.
(new-poll-mailman conf)
Sets up a mailman component that will be used by the poll loop. It should only provide events for the poll loop, since the loop will stop polling as long as its capacity is reached.
Sets up a mailman component that will be used by the poll loop. It should only provide events for the poll loop, since the loop will stop polling as long as its capacity is reached.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close