class Minke::Config::DockerSettings
DockerSettings
encapsulate the configuration used when running builds using docker.
Attributes
application_compose_file[RW]
Docker
compose file to use when running and executing cucumber tests.
- Required
application_docker_file[RW]
Dockerfile to use when creating the final docker image.
- Required
build_docker_file[RW]
Specific docker settings to allow an override of the defaults provided by the template, you may want to use this if you require a specific piece of software to be installed on the build container.
- Optional
build_image[RW]
Docker
Image to use when building the application source code.
- Optional
working_directory[RW]
Working directory to use for build root, relative to project root
- Optional