Derich Pacheco
Derich Pacheco
**problem**: currently a full new image is built and uploaded to hyper every time a job is created, this may take too long some times, and images are very big....
right now ben only looks for `ben.json` at the current dir. add support for -f pointing to another path
LogConfig object accepts dynamic bodies, ie: ```json "LogConfig" : { "Type": "", "Config": { "syslog-address": "" } } ``` thus it cant be parsed like all the other objects are...
```ruby hyper_client.images.each do |image| puts image.repo_tags # throws no method error end ```