Coder Social home page Coder Social logo

Comments (1)

mtrmac avatar mtrmac commented on August 16, 2024

This affects not just @id references, but also all tagged references (where a manifest digest is not provided by the caller).

The original report is about a multi-arch manifest where we have only pulled a non-default architecture and consuming the multi-arch manifest the usual way would look for a manifest which we don’t have.

There’s another problematic case: if we are validating signatures for a specific name, we need to find the manifest that is signed under that name (if multiple manifests, some signed, some not, end up being stored in the same deduplicated image). We don’t currently, by default validate signatures in c/storage during ordinary Podman operation, but CRI-O wants to introduce that around cri-o/cri-o#7046 .

In that case we probably need to maintain native RepoTags records (name:tag → digest, not just name@digest) to be able to find “the right” manifest without having to parse signatures. But that would also make handling the non-default-architecture case even harder, because we would explicitly record that we want to refer to the multi-arch manifest. ?!

I.e. users who pull an image with a non-default architecture option would have to also later consume it with a non-default architecture option. That’s somewhat plausible for a single-image operation, but it completely breaks down for podman images and similar operations which want to work with all images.

So, I guess, instead of “the obvious RepoTags” we would need to record “resolved RepoTags”, where we don’t point at the multi-arch manifest list, but only at the per-arch manifest. Or, possibly, record both, one for reporting to users in inspect, and one for actual image lookups?!

from image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.