GithubHelp home page GithubHelp logo

Comments (7)

roman-vynar avatar roman-vynar commented on June 20, 2024

The output should be like this

2019-06-06 10:37:25 - registry.client - INFO - It was discovered the registry is configured with HTTP basic auth.
2019-06-06 10:37:25 - registry.client - INFO - Calculating tags in background...

   ____    __
  / __/___/ /  ___
 / _// __/ _ \/ _ \
/___/\__/_//_/\___/ v3.3.10-dev
High performance, minimalist Go web framework
https://echo.labstack.com
____________________________________O/_______
                                    O\
⇨ http server started on [::]:8000
2019-06-06 10:37:26 - registry.client - INFO - GET /v2/_catalog 200 OK
... <log entry for each repo>

Is your registry huge, do you have way too many images?

from docker-registry-ui.

dimthe avatar dimthe commented on June 20, 2024

i tested it from a mac and it worked
but i also tested it from within a kubernetes cluster node and i got the above error.
both tests pointed to the same external registry

from docker-registry-ui.

dimthe avatar dimthe commented on June 20, 2024

more questions ..

trying to delete tags i get this error from docker logs

. 405 Method Not Allowed

in config.yaml i have this set

# If users can delete tags. If set to False, then only admins listed below.
anyone_can_delete: true

from docker-registry-ui.

roman-vynar avatar roman-vynar commented on June 20, 2024

To delete tags you need to enable the corresponding option in Docker Registry config. For example:

storage:
  delete:
    enabled: true

Is it ON on the registry (not UI)?

On Kubernetes - may be there is some firewall/ports restrictions?

from docker-registry-ui.

yonisolo avatar yonisolo commented on June 20, 2024

Hello, I got the same behavior here, not on kubernetes but on a single node SWARM.
I got only 2 images with 2 tags in the registry.
The token auth works like a charm.
Here the docker log I got.
Thank you
image

from docker-registry-ui.

roman-vynar avatar roman-vynar commented on June 20, 2024

The logs say it's complete, or what do you expect?

from docker-registry-ui.

roman-vynar avatar roman-vynar commented on June 20, 2024

No more info provided, closing this.

from docker-registry-ui.

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.