-
Notifications
You must be signed in to change notification settings - Fork 706
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
base: main
Are you sure you want to change the base?
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
Signed-off-by: clarehkli <[email protected]>
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
…otter add support for the newly added image conversion --estargz-gzip-helper option in stargz-snapshotter Signed-off-by: clarehkli <[email protected]>
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