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

nydusify: support --push-chunk-size option #1490

Merged
merged 2 commits into from
Dec 1, 2023

Commits on Nov 23, 2023

  1. nydusify: support --push-chunk-size option

    Reference: containerd/containerd#9405
    
    Will replace containerd dep to upstream version if the PR can be merged.
    
    Signed-off-by: Yan Song <[email protected]>
    imeoer committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f40e666 View commit details
    Browse the repository at this point in the history
  2. contrib: fix golangci lint for ctr-remote

    Fix the lint check error by updating containerd package:
    
    ```
    golangci-lint run
    Error: commands/rpull.go:89:2: SA1019: log.G is deprecated: use [log.G]. (staticcheck)
    	log.G(pCtx).WithField("image", ref).Debug("fetching")
    	^
    ```
    
    Signed-off-by: Yan Song <[email protected]>
    imeoer committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    eec3f4d View commit details
    Browse the repository at this point in the history