Giter Club home page Giter Club logo

Comments (6)

Anish-M avatar Anish-M commented on May 28, 2024 1

Hi, I'd like to take on this issue if possible.

from containerd.

arronwy avatar arronwy commented on May 28, 2024

Hi, I'd like to take on this issue if possible.

@Anish-M sure, Thanks a lot!

from containerd.

Anish-M avatar Anish-M commented on May 28, 2024

@arronwy I have some local containerd code I'm trying to test out, how do I run the default image-verifier plugin? Also I launched the build env with codespaces by I don't see any /opt/containerd/config.toml though I do believe that the image-verifier plugin is already setup correctly

from containerd.

arronwy avatar arronwy commented on May 28, 2024

Hi @Anish-M , we can build the containerd from main branch:

containerd --version
containerd github.com/containerd/containerd v2.0.0-rc.0-71-g831795901.m 8317959018015f6a1756ec8cd08be1093fd630a2.m

Check whether containerd image-verifier plugin status:

 ctr plugin ls
TYPE                                   ID                       PLATFORMS      STATUS
io.containerd.image-verifier.v1        bindir                   -              ok

Check contianerd default config:

containerd config default

  [plugins.'io.containerd.image-verifier.v1.bindir']
    bin_dir = '/opt/containerd/image-verifier/bin'
    max_verifiers = 10
    per_verifier_timeout = '10s'

The image-verifier binary should under directory: /opt/containerd/image-verifier/bin

from containerd.

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.