Skip to content

Commit 0e329e6

Browse files
add SPB note (#329)
* add SPB note * edits per Monica
1 parent d557450 commit 0e329e6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

documentation/1.10/content/quickstart/prerequisites.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ weight: 1
88
- Docker client and daemon on the build machine, with a minimum Docker version 18.03.1.ce.
99
- OPTIONALLY: Podman 3.x may be used in place of Docker.
1010
- Installers for WebLogic Server and JDK from the [Oracle Software Delivery Cloud](https://edelivery.oracle.com).
11-
- When using any of the patching options, `--patches`, `--recommendedPatches`, or `--latestPSU`, you will need to provide [Oracle Support](https://www.oracle.com/technical-resources/) credentials.
1211
- When using the `imagetool` alias from `setup.sh` instead of the shell script (`imagetool.sh`), Bash version 4.0 or later is required for `<tab>` command completion.
12+
- When using any of the patching options, `--patches`, `--recommendedPatches`, or `--latestPSU`, you will need to provide [Oracle Support](https://www.oracle.com/technical-resources/) credentials.
13+
14+
{{% notice note %}} The WebLogic Image Tool does not support a Stack Patch Bundle (SPB; see Doc ID [2764636.1](https://support.oracle.com/rs?type=doc&id=2764636.1)), because an SPB is _not_ a patch but a mechanism for applying all PSU and recommended CPU and SPU patches to a WebLogic Server installation, similar to invoking the Image Tool `create` or `update` command with the `--recommendedPatches` option.
15+
{{% /notice %}}

documentation/1.10/content/userguide/tools/create-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: "The create command creates a new container image and installs the
1010
The `create` command helps build a WebLogic container image from a given base OS image.
1111
There are a number of optional parameters for this feature. The required option for the command is marked.
1212

13+
**NOTE**: The WebLogic Image Tool does not support a Stack Patch Bundle (SPB; see Doc ID [2764636.1](https://support.oracle.com/rs?type=doc&id=2764636.1)), because an SPB is _not_ a patch but a mechanism for applying all PSU and recommended CPU and SPU patches to a WebLogic Server installation, similar to invoking the Image Tool `create` command with the `--recommendedPatches` option.
14+
1315
```
1416
Usage: imagetool create [OPTIONS]
1517
```

documentation/1.10/content/userguide/tools/update-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ command to update the existing container images created with the Image Tool. Fo
1414
* Deploy a new application to an existing domain
1515
* Modify the domain configuration (add a data source, change a port number, and such)
1616

17+
**NOTE**: The WebLogic Image Tool does not support a Stack Patch Bundle (SPB; see Doc ID [2764636.1](https://support.oracle.com/rs?type=doc&id=2764636.1)), because an SPB is _not_ a patch but a mechanism for applying all PSU and recommended CPU and SPU patches to a WebLogic Server installation, similar to invoking the Image Tool `update` command with the `--recommendedPatches` option.
18+
1719
The required options for the `update` command are marked.
1820

1921
**NOTE**: You can provide the password in one of the three ways:

0 commit comments

Comments
 (0)