Skip to content

Releases: oracle/weblogic-image-tool

WebLogic Image Tool 1.16.1

16 Oct 18:29

Choose a tag to compare

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

18 Sep 14:55

Choose a tag to compare

What's Changed

Additional Features

  • The Inspect Image tool can select an architecture from a multi-architecture image using the --platform option.

Full Changelog: release-1.15.2...release-1.16.0

WebLogic Image Tool 1.15.2

05 Aug 18:36

Choose a tag to compare

What's Changed

Bug Fixes

  • Added OS packages fontconfig and freetype for 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

02 Jul 14:05

Choose a tag to compare

What's Changed

Bug Fixes

  • make is now installed for every image. The DB Client patches require make and 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

09 Apr 16:21

Choose a tag to compare

What's Changed

Additional Features

  • Added option --fromImageProperties to image creation allowing the user to skip the discovery of --fromImage. This option prevents Image Tool from running docker run prior to docker build when --fromImage is 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

05 Feb 17:33

Choose a tag to compare

What's Changed

Bug Fixes

  • Allow spaces in the middleware installer filename.
  • Removed --force-rm from 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

03 Dec 20:03

Choose a tag to compare

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

28 Oct 21:11

Choose a tag to compare

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

11 Oct 19:42

Choose a tag to compare

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

09 Oct 15:48

Choose a tag to compare

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_DB19 was removed from the image types. OHS with DB 12 is no longer supported. The OHS type now includes DB19 by default.

Full Changelog: release-1.13.4...release-1.14.0