Skip to content

Commit 9457dbe

Browse files
revise OCR instructions, jenkins-ignore
1 parent b6d80b5 commit 9457dbe

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

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

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

31-
1. Log into the [Oracle Container Registry](https://container-registry.oracle.com). First time users,
32-
follow these [directions](https://docs.oracle.com/cd/E37670_01/E75728/html/oracle-registry-server.html).
31+
1. Obtain the WebLogic image from the [Oracle Container Registry](https://container-registry.oracle.com).
3332

34-
a. Accept the Oracle Standard Terms and Restrictions.
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:
3536

3637
```bash
37-
$ docker login container-registry.oracle.com
38+
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3
3839
```
3940

40-
b. Provide the same credentials that you used to log into the web interface.
41-
42-
1. Find and then pull the WebLogic 12.2.1.3 install image:
43-
44-
```bash
45-
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3
46-
```
47-
48-
4941
{{% notice note %}} The WebLogic Docker image, `weblogic:12.2.1.3`, has all the necessary patches applied.
5042
{{% /notice %}}
5143

0 commit comments

Comments
 (0)