-
Notifications
You must be signed in to change notification settings - Fork 54
Absolutely baffling error message from duffle export
#824
Comments
The error does not occur when exporting as manifest-only (with the |
The mysterious string is not the hash in |
That kind of error occurs when Anyway, the problem would appear to be with an image, so you could try |
Oho! I did the
So there is the source of the mysterious message! And if I do a So this is another symptom of the problem where Duffle tries to pull even when the image is available locally, and errors if the pull fails - but surfaced as a very cryptic error message. Thanks for the catch @glyn! |
Yes, I think @glyn's revised error message will address this. |
Tried to export a full bundle (and got around the pull error by putting the invocation image under my Docker ID and logging into Docker Hub). And instead got:
Duffle export failed: Error preparing artifacts: MANIFEST_UNKNOWN: manifest unknown; map[Tag:e69ccbf72607bd1219972c438b322789f257a718]
I don't even know what to report here. The message is completely opaque to me. Sorry. If I can provide any more details then let me know.
The text was updated successfully, but these errors were encountered: