Skip to content

add SPB note #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion documentation/1.10/content/quickstart/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ weight: 1
- Docker client and daemon on the build machine, with a minimum Docker version 18.03.1.ce.
- OPTIONALLY: Podman 3.x may be used in place of Docker.
- Installers for WebLogic Server and JDK from the [Oracle Software Delivery Cloud](https://edelivery.oracle.com).
- 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.
- 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.
- 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.

{{% 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.
{{% /notice %}}
2 changes: 2 additions & 0 deletions documentation/1.10/content/userguide/tools/create-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: "The create command creates a new container image and installs the
The `create` command helps build a WebLogic container image from a given base OS image.
There are a number of optional parameters for this feature. The required option for the command is marked.

**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.

```
Usage: imagetool create [OPTIONS]
```
Expand Down
2 changes: 2 additions & 0 deletions documentation/1.10/content/userguide/tools/update-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ command to update the existing container images created with the Image Tool. Fo
* Deploy a new application to an existing domain
* Modify the domain configuration (add a data source, change a port number, and such)

**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.

The required options for the `update` command are marked.

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