Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

"I say, I say, I say. My bundle's got no outputs!" "How does it install?" "Terribly!" #839

Closed
itowlson opened this issue Aug 13, 2019 · 3 comments · Fixed by #844
Closed
Milestone

Comments

@itowlson
Copy link
Contributor

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.

@jeremyrickard
Copy link
Member

When you HAVE outputs, then you must have that directory structure in the container.

But you do NOT HAVE outputs, so this seems like a bug.

@jeremyrickard jeremyrickard added this to the Duffle 1.0 milestone Aug 13, 2019
@jeremyrickard
Copy link
Member

This is stemming from an error in cnab-go. I'll create an issue there and reference this.

@jeremyrickard
Copy link
Member

@itowlson hopefully this will get picked up in the next cnab-go release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants