Skip to content

fix: return image pull stream errors#288

Open
mugiwaraluffy56 wants to merge 1 commit intomicrocks:masterfrom
mugiwaraluffy56:fix/image-pull-copy-error
Open

fix: return image pull stream errors#288
mugiwaraluffy56 wants to merge 1 commit intomicrocks:masterfrom
mugiwaraluffy56:fix/image-pull-copy-error

Conversation

@mugiwaraluffy56
Copy link
Copy Markdown
Contributor

Checks the error returned while copying Docker image pull output during container creation. Before this, a read error from the pull stream was ignored and the command continued toward container creation, which could hide the real failure.

The copy logic is kept small and covered with connector tests for both success and read failure paths.

Tested with go test ./... and make build-binaries.

Signed-off-by: puneeth_aditya_5656 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant