Giter Club home page Giter Club logo

Comments (3)

roman-vynar avatar roman-vynar commented on August 26, 2024 1

Please check https://github.com/Quiq/registry-ui/releases

0.10.0

We have made a full rewrite. Over 6 years many things have been changed.
...
Changed format of config.yml but the same concept is preserved

In order to use the config from a branch master/0.10.0 you need to use the image tag 0.10.0.
New config is not compatible with 0.9.7 and prior and vice-versa - 0.10.0 will not work with the old config.

from docker-registry-ui.

roman-vynar avatar roman-vynar commented on August 26, 2024

Please use the latest version 0.10.0, not the one from 2020.

from docker-registry-ui.

fti-sfuke avatar fti-sfuke commented on August 26, 2024

@roman-vynar San,
The config.yml file in the master branch and the latest 0.10.0 version isn't working for me it's causing a YAML panic error.
https://github.com/Quiq/registry-ui/blob/master/config.yml
https://github.com/Quiq/registry-ui/blob/0.10.0/config.yml

When I use the tag-specific config.yml file instead of the one from the master branch, it works well for versions like 0.9.7 to 0.9.2. However, the config.yml from the master branch leads to a panic error in YAML parsing, as mentioned earlier: #74 (comment)

Replacing it with the tag-specific one resolves the issue.
https://github.com/Quiq/registry-ui/blob/0.9.7/config.yml
raw.githubusercontent.com/Quiq/registry-ui/0.9.7/config.yml

Could you please confirm why the master branch config.yml is causing this error?

Successfully hosted Docker Registry UI now.

# docker container run --detach --restart=always --network host \
--volume /opt/scorer/etc/registry-ui/config.yml:/opt/config.yml:ro \
--volume /opt/scorer/lib/mkcert/.ca/rootCA.pem:/etc/ssl/certs/ca-certificates.crt:ro \
--volume /opt/scorer/lib/registry_ui:/opt/data:rw \
--name ecr_registry_ui quiq/docker-registry-ui:0.9.2 -log-level=warn
----------------------------------------
daa69dce627b397c68fe682de31fcd6116c1506adad15d09749bbb3eab0c1a0b
----------------------------------------

# docker container ls --filter 'name=scorer_registry_ui$' | grep -w Up
----------------------------------------
daa69dce627b   quiq/docker-registry-ui:0.9.2   "/opt/docker-registr…"   5 seconds ago   Up 5 seconds    ecr_registry_ui
----------------------------------------

#4120-13 | wget -q --tries 10 --retry-connrefused -O -         http://127.0.0.1:9010/ |         grep -F '<title>Docker Registry UI</title>'
----------------------------------------
        <title>Docker Registry UI</title>
----------------------------------------

#4120-14 | wget -q --tries 10 --retry-connrefused -O -         http://DEB-NUC10i5F-G6FN04300231.local:9010/ |         grep -F '<title>Docker Registry UI</title>'
----------------------------------------
        <title>Docker Registry UI</title>
----------------------------------------

root@DEB-NUC10i5F-G6FN04300231:~# docker logs ecr_registry_ui
   ____    __
  / __/___/ /  ___
 / _// __/ _ \/ _ \
/___/\__/_//_/\___/ v4.1.16
High performance, minimalist Go web framework
https://echo.labstack.com
____________________________________O/_______
                                    O\
⇨ http server started on [::]:9010
root@DEB-NUC10i5F-G6FN04300231:~

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.