rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

When copying filesets into the build context, file metadata should be preserved #110

Closed jakedt closed 10 years ago

jakedt commented 10 years ago

In order to work around this: https://github.com/docker/docker/issues/3556

File metadata should be preserved when the build context directory is created. The easiest way to accomplish this would be to add a preserve flag to the fileutils cp and cpr functions, to behave the same as cp -p, and then to utilize the flag when creating the context.

rafecolton commented 10 years ago

Yep, definitely needs to be address, first in go-fileutils

rafecolton commented 10 years ago

Addressed and available in release v0.7.1