Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
WebLogic Image Tool 1.9.13
Additional features in this release:
- Added support for the Oracle MFT product.
- Added support for WDT tar.gz installer.
CREATE
can now use existing WLS Docker images as the base (--fromImage).
Bugs addressed in this release:
- Fixed bug with patching B2B product.
- Fixed issue blocking proxies with authentication providers.
- Corrected directory permissions of the domain parent directory when using model-only. (user and group writable)
WebLogic Image Tool 1.9.12
Additional features in this release:
- FMW Platform specific patches are now included in
--recommendedPatches
for all WLS-based installer types. - Java Required Files specific patches are now included in
--recommendedPatches
for all FMW-based installer types.
Bugs addressed in this release:
- Increased the default version of HTTP retries to 10 to improve reliability with retrieving patch information from Oracle.
WebLogic Image Tool 1.9.11
Additional features in this release:
- EXPERIMENTAL: introducing support for Podman option by using the
--builder podman
argument. - Added support for Operator Model in Image (WDT model only) to REBASE.
- Added support for the Oracle B2B installer.
- EXPERIMENTAL: introduced a new tool,
INSPECT
, to query the contents of an image created by the Image Tool.
Bugs addressed in this release:
- Enhanced
--recommendedPatches
to reject Stack Bundle Patches zip. - Ensure that all images have
find
installed. - Using UPDATE with newer versions of WDT should cleanup all cache/compiled class and py files.
WebLogic Image Tool 1.9.10
Change to handle new security for Oracle patch access.
WebLogic Image Tool 1.9.9
Additional features in this release:
- Added
--force
option to cache addInstaller and addPatch commands. - Changed repository for default oraclelinux base image to GitHub Container Repository.
- Added support for new web gate on Oracle patching server.
WebLogic Image Tool 1.9.8
Additional features in this release:
- Added support for
modelHome
anddomainHomeSourceType
in generated WDT files. - Added support for Docker BuildKit (All Dockerfile FROM blocks were changed to lower-case).
Bugs addressed in this release:
- Added handling for OPatch releases when multiple OPatch releases are recommended by Oracle.
- Fixed bug preventing JDeveloper PSU releases from being included in
--recommendedPatches
. - Updated Mustache dependency to 0.9.7.
WebLogic Image Tool 1.9.7
Additional features in this release:
- Added support for Oracle Linux 8-slim (removed locale reference and added
findutils
anddiffutils
packages). - Included PSU overlay with security patches in --recommendedPatches.
- Added
jq
package to all images for use with the next WebLogic Kubernetes Operator release.
Bugs addressed in this release:
- Fixed bug that did not allow for base images to have pre-created /u01 folder.
- Improved patch version resolution. Patches without version information (the trailing
_12.2.1.3.xxxx
), should correctly resolve to the installer version (or the PSU version, if the PSU is being applied).
WebLogic Image Tool 1.9.6
Additional features in this release:
- Added support for the user to add custom OS packages to AdditionalBuildCommands.
- Added support for strict ordering to patch application, when patches need to be applied one at a time and in order (FMW).
Bugs addressed in this release:
- Fixed issue with new OPatch release, Image Tool reports multiple versions of OPatch patch.
- Fixed issue with COPY on older versions of Docker.
- Fixed issue where OPatch patch was not always detected on the --patches input argument.
WebLogic Image Tool 1.9.5
Bugs addressed in this release:
- Restored detection of JAVA_HOME from the --fromImage during UPDATE use case.
- During image UPDATE, detect user and group setting from the source image specified by --fromImage.
- Prevent a NullPointerException when the i18n resource bundle fails to load.
- Fixes NullPointerException when invalid patches were specified that triggered a PatchNotFoundException.
- Improve usability when version of OPatch is provided by user.
WebLogic Image Tool 1.9.4
Bugs addressed in this release:
- In upgrade image option, correct the COPY command to use the correct userid:groupid selected by user.
- Add missing group read permissions to Oracle installed files.