Erik Hollensbe

Results 78 issues of Erik Hollensbe

file1: ```ruby from "alpine" skip do run "ls" end ``` file2: ```ruby import "file1" ``` This will result in two layer editing series both editing in the same layers (we...

```ruby layer do run "one" copy "two", "two" run "three" end layer do run "another!" copy "woo", "woo" end ``` This executes the series of commands within the block to...

The dockerfile parser is well segmented from the rest of the docker codebase. Extract the parser and apply it to box's executor interface (docker integration only for now). Omit statements...

basically, this would allow your build plan to generate an image based on your host filesystem. Presumably this would only work on linux hosts. Not sure how possible this is,...

This keyword would accept a source filename, target filename, and a map of parameters. The parameters would be included into a go or erb template (torn on this; go would...

WIP, this'll probably be edited a few times. Right now flatten does a few things wrong: * it merges the `from` image with the rest of the images; that's probably...

Basically, copy always copies as root right now. If we getuid/getgid a username inside the container right before copying it, we can modify the tar data at just the right...

If the mount path during an attach exceeds 128 bytes, protobuf complains. Since MAXPATHLEN is ... 1024 or something like that on linux, doesn't this seem a little short? We're...

priority/p2

#480 was my earlier ticket, I discovered that just by typing `glow` I could get a much richer UI with a pager (that even word wraps properly!) so I'm using...

Hi folks! I love this program. One thing I'm noticing is that I must supply `-p` to enable the pager (and piping to `less -R` doesn't seem to work, and...