Setup

  • Download the WIT release ZIP file to a desired location.
    • The latest ZIP file can be found on the project releases page.
    • Alternatively, you can download the ZIP file with cURL.
      curl -m 120 -fL https://github.com/oracle/weblogic-image-tool/releases/latest/download/imagetool.zip -o ./imagetool.zip
      
  • Unzip the downloaded ZIP file into a directory of your choice.
    • All of the contents of the ZIP file will be extracted into a single subdirectory named imagetool.
  • OPTIONALLY: You may build the project (mvn clean package) to create the ZIP file installer in ./imagetool/target (see Build From Source).
  • Set the JAVA_HOME environment variable to the location of the Java install (see Prerequisites).