Erik Hollensbe
Erik Hollensbe
There's no rush.
On second thought, this is a problematic solution. instead, let's give the copy call a hash where they can overwrite user/group.
Blocked by https://github.com/docker/docker/issues/21651, so we need to fix that first.
Will be resolved partially by https://github.com/docker/docker/issues/28923 once it's implemented. Might require some more patches from us depending on design requirements.
what if #202 returned a reference which you could later use with a `compose` dsl keyword which accepted a list of layer ids? There would also be a function to...
```ruby ref1 = layer { run "ls" } ref2 = layer { run "apt-get update" } imgrefs = getrefs("golang:latest") compose [*imgrefs, ref1, ref2] ```
ok I re-read this and I think I see what you're getting at, although I'm not certain how to accomplish it. You want to seed the cache after using `from`...
well mruby has erb already, it should just need to be activated. this is more of a power/simplicity argument.
@Xe right; that was the other option I floated initially. erb templates would be a lot more powerful I think (and more familiar to people coming from a chef/puppet background)...
fwiw we did resolve this, it just never got integrated back into netplugin On Tue, Aug 2, 2016 at 5:39 PM, Gaurav Dalvi [email protected] wrote: > @erikh https://github.com/erikh : Can...