Giter VIP home page Giter VIP logo

Comments (4)

hashmap avatar hashmap commented on May 28, 2024

Thanks for your report. Klar tries to follow docker images output convention for image naming to make UX better. Which means:

  • my_team/centos7 considered as an image in Docker public registry, translated to the full name registry-1.docker.io/my_team/centos7:latest
  • centos7 considered as an official image in Docker public registry, translated to the full name registry-1.docker.io/library/centos7:latest
    For those cases Klar expects docker credentials to be set it's why you get Can't pull image: Token request returned 401
  • registry.domain.com/my_team/centos7 is considered as an image my_team/centos7 in private registry registry.domain.com. Unfortunately only HTTPS (port 443) is supported at the moment, it's why you got a strange error when you specified the port 31832. I'm going to add this functionality.

from klar.

hashmap avatar hashmap commented on May 28, 2024

Please try a new version (v 1.1)

from klar.

seanlutner avatar seanlutner commented on May 28, 2024

Awesome, that worked! Thanks for the super fast turn around. On additional question. Is Klar doing the docker pull on the image or is that passed off to Clair? My registry uses an internally signed SSL certificate, so I'm wondering where I need to add that as trusted.

from klar.

hashmap avatar hashmap commented on May 28, 2024

Cool. Klar retrieves only metadata via HTTPS and send it to Clair which pulls layer by layer, so technically both components make requests to the registry.

from klar.

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.