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

subject: fix missing media type recognition for nydus #19453

Merged
merged 2 commits into from
Oct 19, 2023

Commits on Oct 17, 2023

  1. subject: fix missing media type recognition for nydus

    Nydus images are compatible with both docker scheme v2 and OCI image spec v1
    types of config media type:
    
      - application/vnd.oci.image.config.v1+json
      - application/vnd.docker.container.image.v1+json
    
    The patch fixes the media type recognition on the accessory type check.
    
    Signed-off-by: Yan Song <yansong.ys@antgroup.com>
    imeoer committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4d2096c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    47c6a2e View commit details
    Browse the repository at this point in the history