*/Dockerfile.template: Replace ADD with COPY
authorW. Trevor King <wking@tremily.us>
Thu, 11 Sep 2014 23:35:29 +0000 (16:35 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 11 Sep 2014 23:35:29 +0000 (16:35 -0700)
commit707be173773a520571056001fec2a27da2e72235
tree4af6582b247387165c335c6edf285b14feb9ef42
parent1f728cb6a65690c84c5ebf171e360550c10aa1a6
*/Dockerfile.template: Replace ADD with COPY

The COPY command landed in Docker v0.12.0 as a less-magical version of
ADD [1].  The Docker folks have been replacing assorted ADD occurences
with COPY since then [2,3,4].  The only caveat is that it won't work
on older versions of Docker, but I agree with a bunch of folks that
that's something best dealt with by upgrading your Docker version [5].

[1]: https://github.com/docker/docker/pull/6089
[2]: https://github.com/docker/docker/issues/6912
[3]: https://github.com/docker/docker/pull/6941
[4]: https://github.com/docker/docker/pull/6942
[5]: https://github.com/docker/docker/pull/7471
docker-registry/Dockerfile.template
gentoo-syslog/Dockerfile.template
nginx-proxy/Dockerfile.template
ngircd/Dockerfile.template
portage/Dockerfile.template