]
Xavier Coulon updated ERT-238:
------------------------------
Issue Type: Bug (was: Task)
Fix Version/s: Neon.1 (4.6)
Affects Version/s: Neon (4.6)
Issue in DockerConnection#hasImage(String,String) [EBZ#495243]
--------------------------------------------------------------
Key: ERT-238
URL:
https://issues.jboss.org/browse/ERT-238
Project: Eclipse Release Train
Issue Type: Bug
Components: Linux Tools
Affects Versions: Neon (4.6)
Reporter: Friendly Jira Robot
Assignee: Roland Grunberg
Labels: Docker, bzira
Fix For: Neon.1 (4.6)
The method only inspects the first 'repo' value for a given image, so if a given
Docker image was tagged with different names (eg: 'jboss/wildfly' and
'xcoulon/wildfly'), then one method call will respond 'false' while it
should be 'true'.