Skip to content

Releases: oracle/weblogic-image-tool

WebLogic Image Tool 1.9.4

06 Oct 19:46
Compare
Choose a tag to compare

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.

WebLogic Image Tool 1.9.3

31 Aug 17:08
Compare
Choose a tag to compare

Bugs addressed in this release:

  • include JDeveloper product patches to FMW install types for --recommendedPatches and --latestPSU options.
  • Added group permissions to WDT, domain, and model folders.
  • Temporary workaround to skip the ADR patch, if recommended for WLS, when using --recommendedPatches.

WebLogic Image Tool 1.9.2

31 Jul 23:00
Compare
Choose a tag to compare

Additional features in this release:

  • Added VERSION.txt marker file to installer for easy identification of installed release.
  • Added support for using the GraalVM JDK installer
  • Added WLS installer types for the slim and development installers to cached installer types
  • Allow recommendedPatches for all install types, SOA, OSB, WCP, ...
  • Added option to allow custom location for models when using wdtModelOnly

Bugs addressed in this release:

  • Fixed issue preventing Coherence patch from being selected when using recommendedPatches
  • Fixed issue preventing update image when doing wdtModelOnly
  • Fixed REBASE Dockerfile to include DOMAIN_HOME environment variable

WebLogic Image Tool 1.9.1

07 Jul 21:35
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Fixed an issue preventing an update image when using wdtModelOnly

WebLogic Image Tool 1.9.0

03 Jul 21:22
Compare
Choose a tag to compare

Additional features in this release:

  • Added run-time support for OpenJDK
  • Added recommendedPatches option to apply latest PSU as well as all Oracle recommended patches for a release
  • Added support for WDT model in archive
  • Added ANSI colors to console output (can be disabled in logging.properties)
  • Improved automatic patch version selection based on current image PSU/Version
  • Added option to allow user to override the OS Package Manager Type (or opt-out)
  • Added new option to update application and binding YAML files for Verrazzano with image metadata

Bugs addressed in this release:

  • Corrected shebang header for shell script
  • Fixed issue when installer response files in different directories had the same name
  • Fixed issue on Windows platform with context folder cleanup

WebLogic Image Tool 1.8.5

03 May 20:42
Compare
Choose a tag to compare

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

03 Apr 20:57
Compare
Choose a tag to compare

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

24 Mar 22:06
Compare
Choose a tag to compare

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

23 Mar 14:53
Compare
Choose a tag to compare

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

25 Feb 18:28
Compare
Choose a tag to compare

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.