Skip to content

Commit 65f145e

Browse files
change image pull, jenkins-ignore
1 parent 6cf06c3 commit 65f145e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ 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. From the [Oracle Container Registry](https://container-registry.oracle.com), pull the WebLogic 12.2.1.3 install image with the `190111` tag:
3232

3333
```bash
34-
$ docker pull store/oracle/weblogic:12.2.1.3
34+
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3-190111
3535
```
3636

3737

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.
38+
{{% notice note %}} The WebLogic Docker image, `weblogic:12.2.1.3-190111`, has all the necessary patches applied.
3939
{{% /notice %}}
4040

4141

0 commit comments

Comments
 (0)