·
1 commit
to main
since this release
What's Changed
Additional Features
- Added option
--fromImageProperties
to image creation allowing the user to skip the discovery of--fromImage
. This option prevents Image Tool from runningdocker run
prior todocker build
when--fromImage
is specified on the command line.
Bug Fixes
- Redirect stderr for the container build process to prevent process hang on Windows.
- Fixed typo in unit test. @jbampton
Full Changelog: release-1.14.4...release-1.15.0