Skip to content

Commit abda33c

Browse files
authoredDec 10, 2021
[skip-ci] fix typo in documentation for skipcleanup option (#334)
1 parent 4b63934 commit abda33c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Usage: imagetool createAuxImage [OPTIONS]
3131
| `--httpsProxyUrl` | Proxy for the HTTPS protocol. Example: `https://myproxy:80` or `https:user:passwd@myproxy:8080` | |
3232
| `--packageManager` | Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `YUM`, `ZYPPER` | |
3333
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
34-
| `--skipCleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
34+
| `--skipcleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
3535
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift` | `Default` |
3636
| `--wdtArchive` | A WDT archive ZIP file or comma-separated list of files. | |
3737
| `--wdtHome` | The target folder in the image for the WDT install and models. | `/auxiliary` |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Usage: imagetool create [OPTIONS]
4343
| `--patches` | Comma separated list of patch IDs. Example: `12345678,87654321` | |
4444
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
4545
| `--resourceTemplates` | One or more files containing placeholders that need to be resolved by the Image Tool. See [Resource Template Files](#resource-template-files). | |
46-
| `--skipCleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
46+
| `--skipcleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
4747
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
4848
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift` | `Default` |
4949
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |

‎documentation/1.10/content/userguide/tools/rebase-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Usage: imagetool rebase [OPTIONS]
4141
| `--passwordFile` | Path to a file containing just the Oracle Support password, see `--user`. | |
4242
| `--patches` | Comma separated list of patch IDs. Example: `12345678,87654321` | |
4343
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
44-
| `--skipCleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
44+
| `--skipcleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
4545
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
4646
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift` | `Default` |
4747
| `--targetImage` | Container image to extend for the domain's new image. | |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Update WebLogic Docker image with selected patches
4949
| `--patches` | Comma separated list of patch IDs. Example: `12345678,87654321` | |
5050
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
5151
| `--resourceTemplates` | One or more files containing placeholders that need to be resolved by the Image Tool. See [Resource Template Files](#resource-template-files). | |
52-
| `--skipCleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
52+
| `--skipcleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
5353
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
5454
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift` | `Default` |
5555
| `--user` | Oracle support email ID. | |

0 commit comments

Comments
 (0)