Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
WebLogic Image Tool 1.16.1
What's Changed
Bug Fixes
- Fixed bug that caused the create operations to be unable to find the WDT installer when specifying a platform different from the host.
- Removed LD_LIBRARY_PATH extension causing Docker/Podman warnings.
Full Changelog: release-1.16.0...release-1.16.1
WebLogic Image Tool 1.16.0
What's Changed
Additional Features
- The Inspect Image tool can select an architecture from a multi-architecture image using the
--platformoption.
Full Changelog: release-1.15.2...release-1.16.0
WebLogic Image Tool 1.15.2
What's Changed
Bug Fixes
- Added OS packages
fontconfigandfreetypefor all new images in order to resolve missing library errors with latest JDK updates.
Full Changelog: release-1.15.1...release-1.15.2
WebLogic Image Tool 1.15.1
What's Changed
Bug Fixes
makeis now installed for every image. The DB Client patches requiremakeand fail to install without it.- Dockerfile corrected to have FROM and AS with the same capitalization.
Full Changelog: release-1.15.0...release-1.15.1
WebLogic Image Tool 1.15.0
What's Changed
Additional Features
- Added option
--fromImagePropertiesto image creation allowing the user to skip the discovery of--fromImage. This option prevents Image Tool from runningdocker runprior todocker buildwhen--fromImageis 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
WebLogic Image Tool 1.14.4
What's Changed
Bug Fixes
- Allow spaces in the middleware installer filename.
- Removed
--force-rmfrom buildx builds due to Docker's CLI change. - Allow user to enable buildx builder without specifying
--platform
Full Changelog: release-1.14.3...release-1.14.4
WebLogic Image Tool 1.14.3
What's Changed
Bug Fixes
- Removed DB19 (Database 19 Client) installer requirement for OHS versions other than 12.2.1.4.0
Full Changelog: release-1.14.2...release-1.14.3
WebLogic Image Tool 1.14.2
What's Changed
Bug Fixes
- Added product code for patching so that all newly created middleware images would get the recommended fix for WLS cloning in the Oct CPU.
- Added JRF product code to OHS patch recommendations.
Full Changelog: release-1.14.1...release-1.14.2
WebLogic Image Tool 1.14.1
What's Changed
Bug Fixes
- Fixed bug where lack of architecture in cache entry prevented patch selection.
- For cache addPatch, corrected the format validation test for patch IDs with the architecture suffix.
Full Changelog: release-1.14.0...release-1.14.1
WebLogic Image Tool 1.14.0
What's Changed
Additional Features
- Cached patches can now be differentiated by architecture, like ARM64 and AMD64.
- Support added for ARM-based patch recommendations.
- Inspect Image now reports the operating system architecture in the container image.
Other Changes
- The container image build will use the local architecture as the default. This is the same behavior as Docker and Podman.
OHS_DB19was removed from the image types.OHSwith DB 12 is no longer supported. TheOHStype now includes DB19 by default.
Full Changelog: release-1.13.4...release-1.14.0