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

Store entire bundle, generate relocation map #65

Merged
merged 1 commit into from
Sep 12, 2019

Commits on Sep 11, 2019

  1. Introduce relocation map generation

    - Fixup does not mutate the bundle anymore, unless we want it too using auto-update-bundle,
      then it will update the digest, size and media type sections
    - Fixup now generates a relocation map, with original service/invocation images as keys
      and the digested references of the pushed images as values
    - Pull now generates the relocation map too. The result of pulling a bundle is a
      bundle.json and a relocation map.
    - Bundle is now stored as is in the registry, it is no more re-generated from the
      OCI index. Bundle is stored using the canonical form.
    - Split --output flag for fixup and pull commands into 2 flags: --bundle and --relocation-map
    - Harden e2e test, checking fixed bundle and generated relocation map
    
    Signed-off-by: Radu M <[email protected]>
    Signed-off-by: Silvin Lubecki <[email protected]>
    silvin-lubecki committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ea06786 View commit details
    Browse the repository at this point in the history