]
Nick Boldt commented on JBIDE-24382:
------------------------------------
PRs to make openshift and devstudio depend on latest m2e and docker tools:
Need to first get the newer Docker Tools into the JBT 4.60.x target platforms or builds
will fail. Coming up next.
Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
-----------------------------------------------------------
Key: JBIDE-24382
URL:
https://issues.jboss.org/browse/JBIDE-24382
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, docker, target-platform
Affects Versions: 4.4.4.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.4.4.Final
Attachments: devstudio-1040GAvsAM3.png,
install-devstudio1040ga-ci-snapshot-byoe-docker2.3.0.20170307.png,
install-devstudio1040ga-ci-snapshot-byoe.png
1. Mirror
http://download.eclipse.org/linuxtools/update-docker-neon3respinb to
http://download.jboss.org/jbosstools/updates/requirements/docker/2.3.0.20... (Done
today.)
2. Update jbt/ds 4.63.x TPs to use this Neon.3-respin-b version of Docker Tools (PR
forthcoming.)
cc: [~jjohnstn] [~lvalach] [~odockal]
Why, you ask?
Well, the 2.3.0.20170425 rebuild of Docker Tools fixes wiring issues w.r.t. docker by
depending on OLDER dependencies like spotify.docker 3.4, httpcomponents.httpcore (and
httpclient), plus backlevels jnr.* plugins too.
Without this fix [1], installation may pull in an older version of Docker Tools, which
depends on newer dependencies. This forces the old deps and the newer feature to be
installed and used.
[1]
https://github.com/jbosstools/jbosstools-openshift/pull/1492 &
https://github.com/jbosstools/jbosstools-openshift/pull/1493