Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/News/NewIn70

< Linux Tools Project‎ | News
Revision as of 14:59, 31 May 2018 by Jjohnstn.redhat.com (Talk | contribs) (Docker Tooling)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

General

All features have switched over to EPL 2.0 license.

Docker Tooling

Dockerfile Build

Dockerfile building has been extended to allow building of files with .dockerfile extensions. The editor already supported such files, but using the context menu: Run as... did not. In addition, the Build Image configuration page has been enhanced to show the name of the Dockerfile set up for the configuration.

CDT Build in Container

Changes have been made to the Docker Tooling launch code to allow CDT Build in Container support (building C/C++ projects in a Docker Container) to work for the new CDT Project model. In addition, Docker Container runs now show up properly in the Debug view as processes that can be terminated.

As well, the Container launch performance of copying headers to the host has been enhanced to allow parallel copying and recognition of fellow jobs that are already under way.

JDT Run/Debug in Container

The support for running Java applications in a Container has been moved to it's own separate feature. This prevents JDT dependency for applications that just want to use Docker Tooling.

docker-client

The level of docker-client has been upgraded and includes a number of fixes.

Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in Linux Tools 7.0

Back to the top