Skip to content

Commit b6d80b5

Browse files
modified with new image name, jenkins-ignore
1 parent 65f145e commit b6d80b5

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

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

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

31-
1. From the [Oracle Container Registry](https://container-registry.oracle.com), pull the WebLogic 12.2.1.3 install image with the `190111` tag:
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).
33+
34+
a. Accept the Oracle Standard Terms and Restrictions.
35+
36+
```bash
37+
$ docker login container-registry.oracle.com
38+
```
39+
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:
3243

3344
```bash
34-
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3-190111
45+
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3
3546
```
3647

3748

38-
{{% notice note %}} The WebLogic Docker image, `weblogic:12.2.1.3-190111`, has all the necessary patches applied.
49+
{{% notice note %}} The WebLogic Docker image, `weblogic:12.2.1.3`, has all the necessary patches applied.
3950
{{% /notice %}}
4051

4152

0 commit comments

Comments
 (0)