...
1# Installers
2
3Executables (scripts) in this directory are intended to install and configure additional packages needed by non-OSS modules. AES uses this to add a few features.
4
5These installers are run
6
7- During `docker build` of the production image as an early step
8- From `post-compile.sh` (which is run after every compilation of Go code) repeatedly, to keep the builder container up-to-date
9
10OSS Ambassador doesn't need any installers here because this is the base module: everything it needs to install is listed directly in the Dockerfile.
View as plain text