You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Features of the Oracle WebLogic Image Builder Tool
19
+
## Features of the Oracle WebLogic Image Tool
20
20
21
21
The Image Builder Tool can create a WebLogic Docker image from any base image (for example, Oracle Linux, Ubuntu), install a given version of
22
22
WebLogic (for example, 12.2.1.3.0), install a given JDK (for example, 8u202), apply selected patches, and create a domain with a given
@@ -29,21 +29,21 @@ applying selected patches).
29
29
- Active Internet connection. The tool needs to communicate with Oracle support system.
30
30
- Oracle support credentials. These are used to validate and download patches.
31
31
- WebLogic and JDK installers from OTN / e-delivery. These should be available on local disk.
32
-
- Docker client and daemon on the build machine. Experimental features should be turned on to support the `docker build --squash` option. Refer to [Docker squash](https://docs.docker.com/engine/reference/commandline/build/#squash-an-images-layers---squash-experimental)
32
+
- Docker client and daemon on the build machine.
33
33
- Bash version 4.0 or higher to enable `<tab>` command complete feature
34
34
35
35
## Setup
36
36
37
-
- Build the project (`mvn clean package`) to generate artifacts `imagebuilder-0.1-SNAPSHOT.zip`.
37
+
- Build the project (`mvn clean package`) to generate artifacts `imagetool-0.1-SNAPSHOT.zip`.
38
38
- Unzip to a desired location. This action should create lib, bin directories and LICENSE.txt.
39
39
- If running an OS with bash, run `cd your_unzipped_location/bin` and `source setup.sh`.
40
-
- On Windows, set up with `imagebuilder.cmd` or the `imagebuilder.bat` script:
40
+
- On Windows, set up with `imagetool.cmd` or the `imagetool.bat` script:
- Create an image named `sample:wdt` with the same options as above and create a domain with [WebLogic Deploy Tooling](https://github.com/oracle/weblogic-deploy-tooling).
0 commit comments