Skip to content

john2912/weblogic-image-tool

 
 

Repository files navigation

Oracle WebLogic Image Tool

Oracle is finding ways for organizations using WebLogic Server to run important workloads, to move those workloads into the cloud, and to simplify and speed up the application deployment life cycle. By adopting industry standards, such as Docker and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. To help simplify and automate the creation of Docker images for WebLogic Server, we are providing this open-source Oracle WebLogic Image Tool. This tool let's you create a new image, with installations of a JDK and WebLogic Server, and optionally, configure a WebLogic domain with your applications, apply WebLogic Server patches, or update an existing image.

Features

The Image Tool provides three functions within the main script:

  • Create Image - The create command helps build a WebLogic Docker image from a given base OS image.
  • Update Image - The update command can be used to apply WebLogic patches to an existing WebLogic Docker image.
  • Cache - The Image Tool maintains a local file cache for patches and installers. The cache command can be used to manipulate the local file cache.

Prerequisites

  • Docker client and daemon on the build machine, with minimum Docker version Docker 18.03.1.ce.
  • WebLogic Server and JDK installers from OTN / Oracle e-Delivery.
  • (For patches) Oracle support credentials.
  • Bash version 4.0 or higher to enable the <tab> command complete feature.

Setup

  • Build the project (mvn clean package), to create the ZIP installer in ./imagetool/target.
  • Unzip the release ZIP file to a desired location.
  • cd your_unzipped_location/bin and source setup.sh.
  • Run imagetool help to show the help screen.

Quick Start

Image Tool Quick Start Guide

Copyright

Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.5%
  • HTML 5.5%
  • Shell 5.1%
  • XSLT 3.9%