Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🩹 temporary fix for image repulled #100

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

lvenier
Copy link
Contributor

@lvenier lvenier commented Jun 5, 2024

Output for docker image pull is a stream on of the registry image.
For the moment we consider it successfull if the stream is > 1024 bytes as is it quite large output for pulling images.

In case of the image it being repulled allt thre registries are not pulled as they are cached locally. It may reduce the stream output to smaller piece.

This PR will reduce it to 512bytes. It may be able to reduce more but would need to test few failed refistry images to check.

@lvenier lvenier self-assigned this Jun 5, 2024
@lvenier lvenier requested review from linkdd and dzove855 June 5, 2024 14:52
@lvenier lvenier merged commit b2c8b19 into main Jun 5, 2024
1 check passed
@lvenier lvenier deleted the temp_fix_image_output_size branch June 5, 2024 15:15
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.

None yet

2 participants