-
Notifications
You must be signed in to change notification settings - Fork 71
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
[containerz]: make image_size required #230
[containerz]: make image_size required #230
Conversation
This will allow the server to end the RPC gracefully if there is not enough space to receive the incoming image.
Pull Request Test Coverage Report for Build 12276497170Details
💛 - Coveralls |
staticcheck is failing for unrelated reasons: All generated
Can this staticcheck job be overridden? |
Hi @brianneville -- can you pull |
Assigning review to @alshabib -- thanks Ali :-) |
@@ -140,7 +140,9 @@ message ImageTransfer { | |||
// container image. | |||
string tag = 2; | |||
|
|||
// Optional. Indicates the size (in bytes) of the container image. | |||
// Indicates the size (in bytes) of the container image. | |||
// Required to allow the server should validate that there |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace server with target for consistency with the rest of this doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you sync and re-kick the tests?
This will allow the server to end the RPC gracefully if there is not enough space to receive the incoming image.