When trying to build an image from a directory that is a symlink the test image build step fails.
INFO: Found Dockerfile.test, building test image tomologic/fluentd_shipper:v0.2.0-test
unable to prepare context: The Dockerfile (/Users/jonas/dev/salt/saltcheck/image_src/Dockerfile.test) must be within the build context (.)
exit status 1
To reproduce:
ln -s <path to real project directory> myproject
cd myproject
wrench build -r
When trying to build an image from a directory that is a symlink the test image build step fails.
To reproduce:
ln -s <path to real project directory> myprojectcd myprojectwrench build -r