Giter VIP home page Giter VIP logo

Comments (1)

frrist avatar frrist commented on June 11, 2024

I want to flag that the description has the potential to clash with #2255 (recent comments in #2255 came from conversation in #2351).

latest and versioned tags

I believe that compute nodes should never encounter a latest tag or an untagged image. As a reference, the Kubernetes documentation advises against using the latest tag. While some users may still want to use it, we can accommodate them by resolving the latest tag to a specific image digest at the Requester level. This ensures that highly concurrent Docker jobs using latest will run the same image. Since tags are (sadly) mutable I would too like to resolve these at the Requester level, however I have less strong feelings on this since its rare for tags to change. (as you have already pointed out)

In an open network with third-party Requester and Compute nodes, the decision to permit the latest tag will depend on their developers. However, in our implementation, we should require the Requester level to resolve the latest tag and prevent any specification with the latest reference from reaching a compute node.

My point here is that I would like to prevent compute nodes from caching (or even seeing!) a latest tag and to instead handle caching of this information via the Requester node(s). And ideally resolve tagged versions in a similar fashion.

image digest

In full agreement that these can be cached by compute nodes.

from bacalhau.

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.