DockerBuild.Config (DockerBuild v0.11.0) View Source
Stores config for builder and plugins
Link to this section Summary
Functions
Name of the app
If to build the image
Get the main config for a given key
Get the main config for a given key - raise if it is nil
Gets the docker image
Project elixir version
Load the config from the mix project
Selected MIX_ENV
Get the config for a given plugin and key
Get a list of plugins
Gets a list of plugins with the given dep
Manager to use to create the release. Defaults to :elixir, but can be set to :distillery
The image to base the release stage on - could be made configurable
Gets the build target
Returns true
if the project is an umbrella app
List of umbrella apps in project
Link to this section Functions
Name of the app
If to build the image
Get the main config for a given key
Get the main config for a given key - raise if it is nil
Gets the docker image
Project elixir version
Load the config from the mix project
Options
env
- environment to be used. Defaults toprod
Selected MIX_ENV
Get the config for a given plugin and key
Get a list of plugins
Gets a list of plugins with the given dep
Manager to use to create the release. Defaults to :elixir, but can be set to :distillery
The image to base the release stage on - could be made configurable
Gets the build target
Returns true
if the project is an umbrella app
List of umbrella apps in project