Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
WebLogic Image Tool 1.8.5
Additional features in this release:
- Added force pull option, --pull, to always attempt to pull a newer version of the base image.
- Added option to skip OPatch version upgrade, --skipOpatchUpdate.
Bugs addressed in this release:
- Improved cleanup for update image option to remove terminated container.
- Cleanup potential IO stream leaks.
WebLogic Image Tool 1.8.4
Bugs addressed in this release:
- Fix the dockerfile for "update" operations to correctly use existing Oracle Home from previous image
- Fix handling for inventory location in "rebase" when inventory directories are in non-standard locations
WebLogic Image Tool 1.8.3
Bugs addressed in this release:
- Fixed issue with HTTP and HTTPS proxy settings causing patch downloads and latestPSU to fail.
WebLogic Image Tool 1.8.2
Additional features in this release:
- Added support for docker network to allow RCU runs during domain creation, see --buildNetwork.
Bugs addressed in this release:
- Prevent RCU runs for non-create use cases.
- Use the most recent version of OPatch from ARU (auto-detect OPatch releases)
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