Make docker-puppet.sh a static file.
authorSteve Baker <sbaker@redhat.com>
Fri, 5 May 2017 00:25:32 +0000 (12:25 +1200)
committerSteve Baker <sbaker@redhat.com>
Tue, 9 May 2017 21:21:38 +0000 (09:21 +1200)
commitc6ea4bc85f3312b0c787e258bdb361c753844a77
tree05a2b2ba56300298851f25ea83d5be49ca27d50f
parent4ea0307bd88a6581d77383381befe11e2e2c2065
Make docker-puppet.sh a static file.

Variables are now passed in with --env in the docker run call.

This will allow docker-puppet.sh to be baked into the image instead of
having it as a custom entrypoint.

Change-Id: Icbaefe033becc6b2226535f28ee202917bdc1074
docker/docker-puppet.py