Skip to content

Commit d408a49

Browse files
committed
clarify the need to clone the repo before the build
1 parent c4cf876 commit d408a49

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

site/installation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ Note that there is a short video demonstration of the installation process avail
1313

1414
## Build the Docker image for the operator
1515

16-
To run the operator in a Kubernetes cluster, you need to build the Docker image and then deploy it to your cluster.
16+
To run the operator in a Kubernetes cluster, you need to build the Docker image and then deploy it to your cluster. The GitHub repository should be cloned locally:
1717

18-
First run the build using this command:
18+
```
19+
git clone https://github.com/oracle/weblogic-kubernetes-operator.git
20+
```
21+
22+
Then run the build using this command:
1923

2024
```
2125
mvn clean install
@@ -28,7 +32,7 @@ docker login
2832
docker build -t weblogic-kubernetes-operator:developer --no-cache=true .
2933
```
3034

31-
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 Docker Store will give you permission to pull that image.
35+
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 Docker Store will give you permission to pull that image.
3236

3337
We recommend that you use a tag other than `latest` to make it easy to distinguish your image. In the example above, the tag could be the GitHub ID of the developer.
3438

0 commit comments

Comments
 (0)