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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ applying selected patches.
31
31
- WebLogic and JDK installers from OTN / e-delivery
32
32
- WebLogic and JDK installers should be available on local disk.
33
33
- Docker client and daemon on the build machine
34
-
- Experimental features should be turned on to support docker build --squash option.
34
+
- Experimental features should be turned on to support docker build --squash option. Refer to [Docker squash](https://docs.docker.com/engine/reference/commandline/build/#squash-an-images-layers---squash-experimental)
35
35
36
36
## Setup
37
37
38
-
- Build the project to generate artifacts imagebuilder-0.1-SNAPSHOT.jar and imagebuilder_completion.sh
38
+
- Build the project (`mvn clean package`) to generate artifacts imagebuilder-0.1-SNAPSHOT.jar and imagebuilder_completion.sh
39
39
- The jar is an uber-jar containing all the required packages to run the tool.
40
40
- If running an os with bash, Use the below commands to setup the tool with tab complete feature.
0 commit comments