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

Take care of manifest config blob #10805

Merged

Commits on Sep 5, 2016

  1. Remember image with matching config reference

    Make sure to match image having config name equal to the wanted blob
    digest. Remember the image and allow access to its layers.
    
    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář authored and mfojtik committed Sep 5, 2016
    Copy the full SHA
    bac3b68 View commit details
    Browse the repository at this point in the history
  2. Pullthrough blobs using Get() as well

    Manifest configs are fetched using Get() method from blob store.
    Pullthrough middleware needs to override it as well to allow for pulling
    manifest v2 schema 2 images from remote repositories.
    
    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář authored and mfojtik committed Sep 5, 2016
    Copy the full SHA
    550daa3 View commit details
    Browse the repository at this point in the history
  3. New e2e test: fetch manifest schema 2 with old client

    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář authored and mfojtik committed Sep 5, 2016
    Copy the full SHA
    2a8b738 View commit details
    Browse the repository at this point in the history
  4. Image size needs to add a size of manifest config file

    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář authored and mfojtik committed Sep 5, 2016
    Copy the full SHA
    c442bf4 View commit details
    Browse the repository at this point in the history