-
Notifications
You must be signed in to change notification settings - Fork 67
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
Image delta client support with progress reporting #35
Conversation
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
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.
LGTM
The binaries bellow were pushed too, was it intentionally?
cmd/mobynit/mobynit
cmd/mobynit/working.bin
oops. no, I accidentally added them in the commit. good catch! |
fixed |
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
@@ -5238,7 +5238,7 @@ paths: | |||
schema: | |||
$ref: "#/definitions/ErrorResponse" | |||
tags: ["Image"] | |||
/deltas/create: | |||
/image/delta: |
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.
Shouldn't this be /images/delta
? Either that or client/image_delta.go:17
is correct, can't be both :P
} | ||
|
||
statTotalSize := int64(0) | ||
statDetlaSize := int64(0) |
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.
Typo: detla
[18.09] builder: fix bridge networking when using buildkit
https://asciinema.org/a/Qlk0tgTAE8f8yv0yxImLWkLPV