]
Xavier Coulon resolved ERT-242.
-------------------------------
Resolution: Cannot Reproduce Bug
Was an issue on DockerHub, not in the Docker tooling.
Unable to list tags for jboss/wildfly [EBZ#495338]
--------------------------------------------------
Key: ERT-242
URL:
https://issues.jboss.org/browse/ERT-242
Project: Eclipse Release Train
Issue Type: Bug
Components: Linux Tools
Affects Versions: Neon (4.6) RC3
Reporter: Friendly Jira Robot
Assignee: Xavier Coulon
Labels: Docker, bzira
Fix For: Neon (4.6) RC4
It seems like the webservice on DockerHub must be called using the '/v2' endpoint
instead of the '/v1', which also means that the response format is different.
We should adopt a strategy to try on /v2 and fallback on /v1 if in case of failure,
assuming that more and more images will be reached using the /v2 endpoint as time goes by.