retrohacker / dante

Build tests against Docker images by harnessing the power of layers
44 stars 4 forks source link

Proposal: Flag for specifying an inventory.yml #5

Open bentruyman opened 8 years ago

bentruyman commented 8 years ago

Something like:

$ dante -f base.yml test
$ dante -f base.yml push

This would be useful as it would allow one to create a much simpler build script without having to cd in and out of directories. It'd also allow one to have a directory of just inventory files if their project was that complex. This would be similar to docker-compose's -f flag where it defaults to docker-compose.yml, but can be overridden.

retrohacker commented 8 years ago

Hey @bentruyman,

Thanks for this! I agree, this would be super useful!

Like I said in the previous comment, I'm strapped for time at the moment. This would be relatively straight-forward to implement and would make a great first contribution! I would be happy to help you craft a PR :smile: