Make a copy of files touched by puppet in container
authorMartin André <m.andre@redhat.com>
Fri, 16 Jun 2017 08:10:54 +0000 (10:10 +0200)
committerMartin André <m.andre@redhat.com>
Fri, 16 Jun 2017 14:09:17 +0000 (16:09 +0200)
commit74595a73210bb9cf5e0d688c57e9fa5423422603
tree89952ce23c89d044c98ca873598ad95617031f86
parent6e72aa9f8157a57dfe4db7bc0a5defb86d800ea6
Make a copy of files touched by puppet in container

This should help determine what exactly needs to be bind mounted in the
container and should also help limit the size of collected logs in CI,
as collecting the entire /etc directory from each container can grow
pretty quickly in size and is not that useful.

Related-Bug: #1698172
Change-Id: Ie2bded39cdb82a72f0c28f1c552403cd11b5af45
docker/docker-puppet.py