Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI does not show recently added new container #689

Open
vorburger opened this issue Apr 29, 2019 · 2 comments
Open

UI does not show recently added new container #689

vorburger opened this issue Apr 29, 2019 · 2 comments

Comments

@vorburger
Copy link

Minor but somewhat confusing UI issue:

eclipse-che/che-dockerfiles#240 and CentOS/container-index#395 contributed a (new) centos-quarkus.io-jdk8, but I still don't see https://registry.centos.org/che-stacks/centos-quarkus-io-jdk8 (it says No tags found) like you see e.g. https://registry.centos.org/che-stacks/vertx.

Searching on https://registry.centos.org/containers doesn't show it, either.

I guess directory listing on https://registry.centos.org/che-stacks would be nice to have.

However it does seem to actually be there - docker pull registry.centos.org/che-stacks/centos-quarkus-io-jdk8:latest works.

@bamachrn
Copy link
Collaborator

Hi, yeah saw this issue. This is coming because of the mismatch of format in the job-id of the index-entry. I am running tests for the same, will get this sorted.

@bamachrn
Copy link
Collaborator

Hi, sorry for late reply on this. Debugging took a lot of time, as it was not throwing any error. Thanks for the issue, we got the actual root cause to stop the same thing happening again.

Issue was: Job ID was not in supported format (we have updated it to use quarkus-io instead of quarkus.io). API was not able to pull latest index hence it was not generating UI with the latest index entry.

Please do let us know in case of other issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants