Skip to content

Commit 55409e6

Browse files
committed
add section on building operator docker image
1 parent 4c7475d commit 55409e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ docker login
7373
docker build --build-arg VERSION=<version> -t weblogic-kubernetes-operator:some-tag --no-cache=true .
7474
```
7575

76-
Replace <version> with the version of the project found in the `pom.xml` file in the project root directory.
76+
Replace `<version>` with the version of the project found in the `pom.xml` file in the project root directory.
7777

7878
**Note**: If you have not used the base image (`store/oracle/serverjre:8`) before, you will need to visit the [Docker Store web interface](https://store.docker.com/images/oracle-serverjre-8) and accept the license agreement before the Docker Store will give you permission to pull that image.
7979

0 commit comments

Comments
 (0)