DockerBuild v0.3.1 DockerBuild.Config View Source

Stores config for builder and plugins

Link to this section Summary

Functions

Name of the app

Destination path of assets in docker build image

Source path of assets (used for docker COPY)

Get the main config for a given key

Project elixir version

Load the config from the application env

Selected MIX_ENV

Get the config for a given plugin and key

Get a list of plugins

Manager to use to create the release. Defaults to distillery for Elixir >= 1.9.0

Returns true if the project is an umbrella app

List of umbrella apps in project

Link to this section Functions

Name of the app

Link to this function

assets_dest_path(context)

View Source

Destination path of assets in docker build image

Link to this function

assets_source_path(context)

View Source

Source path of assets (used for docker COPY)

Get the main config for a given key

Project elixir version

Link to this function

load_from_application_env(opts)

View Source

Load the config from the application env

Options

  • env - environment to be used. Defaults to prod

Selected MIX_ENV

Link to this function

plugin_config(context, plugin, key)

View Source

Get the config for a given plugin and key

Get a list of plugins

Link to this function

release_manager(context)

View Source

Manager to use to create the release. Defaults to distillery for Elixir >= 1.9.0

Returns true if the project is an umbrella app

List of umbrella apps in project