Skip to content

Commit a100ac8

Browse files
Doc update for FMW image change chown=oracle:root (#2310)
* doc change to accommodate FMW image change * Update update3.md Co-authored-by: Ryan Eberhard <[email protected]>
1 parent 5eac231 commit a100ac8

File tree

8 files changed

+8
-32
lines changed

8 files changed

+8
-32
lines changed

documentation/3.0/content/samples/simple/domains/model-in-image/initial.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ Now, you use the Image Tool to create an image named `model-in-image:WLS-v1` tha
263263

264264
Run the following commands to create the model image and verify that it worked:
265265

266-
{{% notice note %}}
267-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
268-
{{% /notice %}}
266+
269267
```
270268
$ cd /tmp/mii-sample/model-images
271269
$ ./imagetool/bin/imagetool.sh update \

documentation/3.0/content/samples/simple/domains/model-in-image/update3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ Here are the steps for this use case:
9494
9595
Run the following commands to create the model image and verify that it worked:
9696
97-
{{% notice note %}}
98-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
99-
{{% /notice %}}
100-
10197
```
10298
$ cd /tmp/mii-sample/model-images
10399
$ ./imagetool/bin/imagetool.sh update \

documentation/3.1/content/samples/simple/domains/model-in-image/initial.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ Now, you use the Image Tool to create an image named `model-in-image:WLS-v1` tha
263263

264264
Run the following commands to create the model image and verify that it worked:
265265

266-
{{% notice note %}}
267-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
268-
{{% /notice %}}
266+
269267
```
270268
$ cd /tmp/mii-sample/model-images
271269
$ ./imagetool/bin/imagetool.sh update \

documentation/3.1/content/samples/simple/domains/model-in-image/update3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ Here are the steps for this use case:
9494
9595
Run the following commands to create the model image and verify that it worked:
9696
97-
{{% notice note %}}
98-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
99-
{{% /notice %}}
100-
10197
```
10298
$ cd /tmp/mii-sample/model-images
10399
$ ./imagetool/bin/imagetool.sh update \

documentation/3.2/content/samples/simple/domains/model-in-image/initial.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,11 @@ Now, you use the Image Tool to create an image named `model-in-image:WLS-v1` tha
336336

337337
Run the following commands to create the model image and verify that it worked:
338338

339-
{{% notice note %}}
340-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
341-
{{% /notice %}}
339+
342340
```shell
343341
$ cd /tmp/mii-sample/model-images
344-
```
345-
```shell
342+
```
343+
```shell
346344
$ ./imagetool/bin/imagetool.sh update \
347345
--tag model-in-image:WLS-v1 \
348346
--fromImage container-registry.oracle.com/middleware/weblogic:12.2.1.4 \

documentation/3.2/content/samples/simple/domains/model-in-image/update3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ Here are the steps for this use case:
102102
103103
Run the following commands to create the model image and verify that it worked:
104104
105-
{{% notice note %}}
106-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
107-
{{% /notice %}}
108-
109105
```shell
110106
$ cd /tmp/mii-sample/model-images
111107
```

documentation/staging/content/samples/simple/domains/model-in-image/initial.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,11 @@ Now, you use the Image Tool to create an image named `model-in-image:WLS-v1` tha
336336

337337
Run the following commands to create the model image and verify that it worked:
338338

339-
{{% notice note %}}
340-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
341-
{{% /notice %}}
339+
342340
```shell
343341
$ cd /tmp/mii-sample/model-images
344-
```
345-
```shell
342+
```
343+
```shell
346344
$ ./imagetool/bin/imagetool.sh update \
347345
--tag model-in-image:WLS-v1 \
348346
--fromImage container-registry.oracle.com/middleware/weblogic:12.2.1.4 \

documentation/staging/content/samples/simple/domains/model-in-image/update3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ Here are the steps for this use case:
102102
103103
Run the following commands to create the model image and verify that it worked:
104104
105-
{{% notice note %}}
106-
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
107-
{{% /notice %}}
108-
109105
```shell
110106
$ cd /tmp/mii-sample/model-images
111107
```

0 commit comments

Comments
 (0)