]
Roland Grunberg closed ERT-239.
-------------------------------
Fix Version/s: Neon.1 (4.6)
Assignee: Roland Grunberg
Resolution: Done
Fixed upstream. See original Eclipse bug.
PushImageCommandHandler directly references a Spotify client
exception [EBZ#495249]
-----------------------------------------------------------------------------------
Key: ERT-239
URL:
https://issues.jboss.org/browse/ERT-239
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
Assignee: Roland Grunberg
Labels: Docker, bzira
Fix For: Neon.1 (4.6)
I think that this should not happen: the Spotify exceptions should be wrapped by the
DockerConnection class and not exposed in the API.
The root cause seems to be in DockerConnection:
public void pushImage(final String name, final IRegistryAccount info, final
IDockerProgressHandler handler)
throws DockerException, InterruptedException, DockerCertificateException