Skip to content

Commit 63c4c50

Browse files
revert jre change to v1.x docs, jenkins-ignore
1 parent c96a568 commit 63c4c50

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

site/v1.0/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ docker login
8080
docker build -t weblogic-kubernetes-operator:developer --no-cache=true .
8181
```
8282

83+
**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.
84+
8385
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.
8486

8587
Next, upload your image to your Kubernetes server as follows:

site/v1.1/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ docker login
8080
docker build -t weblogic-kubernetes-operator:some-tag --no-cache=true .
8181
```
8282

83+
**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.
84+
8385
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.
8486

8587
Next, upload your image to your Kubernetes server as follows:

0 commit comments

Comments
 (0)