dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
311 stars 36 forks source link

Support "default mounts" #87

Open dnephin opened 7 years ago

dnephin commented 7 years ago

Many projects only have a single mount for the source code. Instead of repeating that mount on every job it would be nice to provide a way to specify a default that is applied to all jobs (unless the job has defined different mounts:).

I think the syntax would look like a regular mount, with the name default:

mount=default:
   ...