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 --with-referrer option #1384

Merged
merged 2 commits into from
Aug 1, 2023

Commits on Jul 31, 2023

  1. dep: upgrade nydus-snapshotter & acceleration-service package

    Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
    imeoer committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2e883cb View commit details
    Browse the repository at this point in the history
  2. nydusify: support --with-referrer option

    With this option, we can track all nydus images associated with
    an OCI image. For example, in Harbor we can cascade to show nydus
    images linked to an OCI image, deleting the OCI image can also delete
    the corresponding nydus images. At runtime, nydus snapshotter can also
    automatically upgrade an OCI image run to nydus image.
    
    Prior to this PR, we had enabled this feature by default. However,
    it is now known that Docker Hub does not yet support Referrer.
    
    Therefore, adding this option to disable this feature by default,
    to ensure broad compatibility with various image registries.
    
    Fix dragonflyoss#1363.
    
    Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
    imeoer committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    500b904 View commit details
    Browse the repository at this point in the history