-
Notifications
You must be signed in to change notification settings - Fork 711
add support for the new --estargz-gzip-helper option in stargz-snapshotter #4543
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
Conversation
| github.com/containerd/stargz-snapshotter v0.18.0 //gomodjail:unconfined | ||
| github.com/containerd/stargz-snapshotter/estargz v0.18.0 //gomodjail:unconfined | ||
| github.com/containerd/stargz-snapshotter/ipfs v0.18.0 //gomodjail:unconfined |
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.
Could you separate commits to the bumping up and the addition of the new flag?
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.
done
go.mod
Outdated
| require go.yaml.in/yaml/v2 v2.4.2 // indirect | ||
|
|
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.
Why does this have a separated require?
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.
After updating dependencies, go mod tidy automatically added this. I’ve moved it to indirect require manually and future runs of go mod tidy won’t add a separate require entry.
1317cd1 to
28ee111
Compare
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
68268a9 to
4eef4f7
Compare
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.
Thanks
Signed-off-by: clarehkli <clarehkli@tencent.com>
…otter add support for the newly added image conversion --estargz-gzip-helper option in stargz-snapshotter Signed-off-by: clarehkli <clarehkli@tencent.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.
Thanks
bump github.com/containerd/stargz-snapshotter from v0.17.0 to v0.18.0 and add support for the new image conversion option --estargz-gzip-helper