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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
I have a bundle which does not declare any outputs. When I duffle install it I get the following error message:
Error: Install step failed: error copying outputs from container: Error: No such container:path: b10580a6de13c05edd959e1e15a6c273cee63b6056f7beb705cee347240dd2db:/cnab/app/outputs
I don't know why it's looking for the /cnab/app/outputs directory.
Do I need to create a dummy directory in my invocation image? This seems like a bit of a pain.
The text was updated successfully, but these errors were encountered:
I have a bundle which does not declare any outputs. When I
duffle install
it I get the following error message:Error: Install step failed: error copying outputs from container: Error: No such container:path: b10580a6de13c05edd959e1e15a6c273cee63b6056f7beb705cee347240dd2db:/cnab/app/outputs
I don't know why it's looking for the
/cnab/app/outputs
directory.Do I need to create a dummy directory in my invocation image? This seems like a bit of a pain.
The text was updated successfully, but these errors were encountered: