You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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> myproject
cd myproject
wrench build -r
The text was updated successfully, but these errors were encountered: