Skip to content

Commit d4416b0

Browse files
Java poc
Former-commit-id: 737a37bfe8e209a8feced8ea27cc1a7ff20a5616
1 parent 6c23dbc commit d4416b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ applying selected patches.
3131
- WebLogic and JDK installers from OTN / e-delivery
3232
- WebLogic and JDK installers should be available on local disk.
3333
- 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)
3535

3636
## Setup
3737

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
3939
- The jar is an uber-jar containing all the required packages to run the tool.
4040
- If running an os with bash, Use the below commands to setup the tool with tab complete feature.
4141
```bash

0 commit comments

Comments
 (0)