Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
WebLogic Image Tool 1.8.1
Additional features in this release:
- Added support for WDT -use_encryption, see --wdtEncryptionKey, --wdtEncryptionKeyEnv, and --wdtEncryptionKeyFile.
Bugs addressed in this release:
- Added libaio to newly created images to support the ADR feature in WebLogic installs.
WebLogic Image Tool 1.8.0
Additional features in this release:
- Added the additionalBuildFiles parameter to support copying additional files and folders to the Docker image.
- Added support for several FMW installers to the type parameter, like SOA, IDM, WC, OSB, etc.
- Added regexp search key to the listCacheItems parameter.
- Added support for custom WDT domain types.
- Updated OPatch installer to latest release.
Bugs addressed in this release:
- Fixed bug that would not allow WDT installer to be renamed.
- Added additional retry logic to HTTP requests.
- Fixed bug with wdtJavaOptions parameter where the value was getting HTML encoded.
WebLogic Image Tool 1.7.0
Additional features in this release:
- Rebase command. The rebase command simplifies copying a WebLogic domain from an old Docker image to a new one for tasks like upgrading Java or WebLogic Server. Rebase Doc
Bugs addressed in this release:
- Upgraded PicoCLI to latest version. As a side-effect, the --cleanup parameter was changed to --skipcleanup due to the change in boolean handling.
- Fixed an issue with retrieving latest PSU from Oracle.
- Fixed an issue with the OPatch installer when the installer filename changes
WebLogic Image Tool 1.6.0
Additional features in this release:
- Enabled multiple archive feature for WDT release 1.5.0 (creating WebLogic domains)
- Image build now prunes intermediate layers of the multi-stage Docker build
Bugs addressed in this release:
- None
Other updates:
- Revised documentation
WebLogic Image Tool 1.5.0
Additional features in this release:
- Inject custom build commands into the Dockerfile, see --additionalBuildCommands
Bugs addressed in this release:
- None
Other updates:
- Updated Copyright and License text
- Enabled integration testing in the automated build
WebLogic Image Tool 1.4.0
This release has one new features and several bug fixes.
Additional features in this release:
- Added support for WDT 1.4.0+ (lax validation of files and properties in modelOnly mode). To use an older version of WDT with this release, use the strict validation flag, --wdtStrictValidation
Bugs addressed in this release:
- Fixed WDT RCU flag not recognized error
- Fixed file descriptor leak for OPatch zip file inspection
- Tightened XML Document parsing for REST calls to disable external entity injection
WebLogic Image Tool 1.3.1
Bug Fixes:
- Installer Response File - allow whitespace on each line before key
- Fix WDT variable file argument passing
- Pass domain type to model only WDT validate step
- Fix ARU patching lookup for JRF installs
- Keep tar and gzip tools installed in final image
- Removed version number from installer zip file
WebLogic Image Tool 1.3.0
Enhancements:
- Added WDT deploy support
- Added Model in Image feature
WebLogic Image Tool 1.2.0
Enhancements:
- Added support to override FMW installer response file and customize Oracle Home install location
- Added WDT capability to Image Tool UPDATE operation
- Added support for Windows clients (new imagetool CMD script)
Fixes:
- Removed DOMAIN_HOME ENV variable when domain is not present
- Improved error messages for HTTP downloads
WebLogic Image Tool 1.1.1
Fixes:
- Fixed issue with chown when patching images.
- Correct error message for patch number in addPatch operation.
- Removed requirement for JDK to be in the cache when using fromImage that has JAVA installed.