Giter Club home page Giter Club logo

Comments (2)

thesayyn avatar thesayyn commented on August 16, 2024

@alexeagle is there reason for us to do this in 2.x?

from rules_oci.

sluongng avatar sluongng commented on August 16, 2024

I put a similar idea into #634

instruct crane to be happy with missing blobs on disk (to be done)

If we are only downloading the json manifest and store it, with some additional metadata about where to fetch the final image at runtime, then we probably don't even need crane until runtime.

oci_tarball has to be aware of shallow oci-layouts and create necessary metadata on its tarball manifest so the runtime knows where to get the blobs from

Agree. In my head, I am thinking of a different set of providers to propagate the metadata between build targets.

I think you would not need oci_tarball at all, because you would also want to defer the tarball creation to runtime. So perhaps just storing a tarball manifest (which file should go to which path inside the tarball) would be sufficient.

oci_push needs to know how to deal oci-layouts

There won't be a layout, right?
Just json metadatas on disk and bazel runfiles.

The new "push" here will do a combination of things at runtime:

  • Download the base images and verify their sha256 against the stored metadata.
  • Compose all image layers/tarballs according to the metadata using relevant runfiles
  • Push the result to registry / load image to local docker daemon.

from rules_oci.

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.