Skip to content

Commit 8f480c9

Browse files
authored
Merge pull request #1081 from oracle/rmarano2
change image pull, jenkins-ignore
2 parents c6a5b60 + 9457dbe commit 8f480c9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs-source/content/quickstart/get-images.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ and accept the license agreement for the [WebLogic Server image](https://hub.doc
2828
$ docker pull traefik:1.7.6
2929
```
3030

31-
1. Pull the WebLogic 12.2.1.3 install image:
31+
1. Obtain the WebLogic image from the [Oracle Container Registry](https://container-registry.oracle.com).
3232

33-
```bash
34-
$ docker pull store/oracle/weblogic:12.2.1.3
35-
```
33+
a. First time users, follow these [directions]({{< relref "/userguide/managing-domains/domain-in-image/base-images/_index.md#creating-or-obtaining-weblogic-docker-images" >}}).
34+
35+
b. Find and then pull the WebLogic 12.2.1.3 install image:
3636

37+
```bash
38+
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3
39+
```
3740

38-
{{% notice note %}} The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019, and has all the necessary patches applied; a `docker pull` is required if you pulled the image prior to that date.
41+
{{% notice note %}} The WebLogic Docker image, `weblogic:12.2.1.3`, has all the necessary patches applied.
3942
{{% /notice %}}
4043

4144

0 commit comments

Comments
 (0)