balena-engine icon indicating copy to clipboard operation
balena-engine copied to clipboard

Bugfix: Don't close base images prematurely

Open lmbarros opened this issue 10 months ago • 0 comments

This still needs some more testing and thinking, but looks like the right move!

Our previous implementation was closing the base image stream before it was even used. With this commit we make it clear who is responsible for closing this stream, and ensure it is closed only after it's used.

Very likely to help with #444

lmbarros avatar Mar 29 '24 21:03 lmbarros