You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.The text was updated successfully, but these errors were encountered: