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

[WIP] nydus-image: fix unpack from specify blob dir #1338

Closed
wants to merge 1 commit into from

Commits on Jun 26, 2023

  1. nydus-image: fix unpack from specify blob dir

    Fix the panic when user specify `--blob-dir` on unpack:
    
    ```
    $ nydus-image unpack --bootstrap /path/to/bootstrap \
        --blob-dir /path/to/blobs \
        --output /path/to/oci.tar
    
    Error: fail to unpack
    
    Caused by:
        both blob path or blob backend config are not specified
    ```
    
    Signed-off-by: Yan Song <[email protected]>
    imeoer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0da98ad View commit details
    Browse the repository at this point in the history