Skip to content

Commit f680e17

Browse files
authored
[skip-ci] update doc to include podman builder CLI (#285)
1 parent 93f16ce commit f680e17

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Usage: imagetool create [OPTIONS]
1717
| --- | --- | --- |
1818
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
1919
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
20+
| `--builder`, `-b` | Executable to process the Dockerfile. Use the full path of the executable if not on your path. | `docker` |
2021
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. | |
2122
| `--chown` | `userid:groupid` for JDK/Middleware installs and patches. | `oracle:oracle` |
22-
| `--docker` | Path to the Docker executable. | `docker` |
23+
| `--docker` | (DEPRECATED) Path to the Docker executable. Use `--builder` instead. | `docker` |
2324
| `--dryRun` | Skip Docker build execution and print the Dockerfile to stdout. | |
2425
| `--fromImage` | Docker image to use as a base image when creating a new image. | `ghcr.io/oracle/oraclelinux:7-slim` |
2526
| `--httpProxyUrl` | Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080` | |
@@ -30,7 +31,7 @@ Usage: imagetool create [OPTIONS]
3031
| `--jdkVersion` | Version of the server JDK to install. | `8u202` |
3132
| `--latestPSU` | Find and apply the latest PatchSet Update. | |
3233
| `--recommendedPatches` | Find and apply the latest PatchSet Update and recommended patches. This takes precedence over --latestPSU | |
33-
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | |
34+
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | `28186730` |
3435
| `--packageManager` | Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `OS_DEFAULT`, `YUM`, `ZYPPER` | `OS_DEFAULT` |
3536
| `--password` | Request password for the Oracle Support `--user` on STDIN, see `--user`. | |
3637
| `--passwordEnv` | Environment variable containing the Oracle Support password, see `--user`. | |
@@ -44,7 +45,7 @@ Usage: imagetool create [OPTIONS]
4445
| `--user` | Oracle support email ID. | |
4546
| `--version` | Installer version. | `12.2.1.3.0` |
4647
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | |
47-
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | |
48+
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | `/u01/domains/base_domain` |
4849
| `--wdtDomainType` | WDT domain type. Supported values: `WLS`, `JRF`, `RestrictedJRF` | `WLS` |
4950
| `--wdtEncryptionKey` | Passphrase for WDT `-use_encryption` that will be requested on STDIN. | |
5051
| `--wdtEncryptionKeyEnv` | Passphrase for WDT `-use_encryption` that is provided as an environment variable. | |
@@ -55,7 +56,7 @@ Usage: imagetool create [OPTIONS]
5556
| `--wdtRunRCU` | Instruct WDT to run RCU when creating the domain. | |
5657
| `--wdtStrictValidation` | Use strict validation for the WDT validation method. Only applies when using model only. | `false` |
5758
| `--wdtVariables` | Path to the WDT variables file for use with the WDT model. | |
58-
| `--wdtVersion` | WDT version to use. | |
59+
| `--wdtVersion` | WDT version to use. | `latest` |
5960

6061
### Additional information
6162

documentation/1.9/content/userguide/tools/rebase-image.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Usage: imagetool rebase [OPTIONS]
1919
| --- | --- | --- |
2020
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
2121
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
22+
| `--builder`, `-b` | Executable to process the Dockerfile. Use the full path of the executable if not on your path. | `docker` |
2223
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. | |
2324
| `--chown` | `userid:groupid` for JDK/Middleware installs and patches. | `oracle:oracle` |
24-
| `--docker` | Path to the Docker executable. | `docker` |
25+
| `--docker` | (DEPRECATED) Path to the Docker executable. Use `--builder` instead. | `docker` |
2526
| `--dryRun` | Skip Docker build execution and print the Dockerfile to stdout. | |
2627
| `--fromImage` | Docker image to use as a base image when creating a new image. | `ghcr.io/oracle/oraclelinux:7-slim` |
2728
| `--httpProxyUrl` | Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080` | |
@@ -32,7 +33,7 @@ Usage: imagetool rebase [OPTIONS]
3233
| `--jdkVersion` | Version of the server JDK to install. | `8u202` |
3334
| `--latestPSU` | Find and apply the latest PatchSet Update. | |
3435
| `--recommendedPatches` | Find and apply the latest PatchSet Update and recommended patches. This takes precedence over --latestPSU | |
35-
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | |
36+
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | `28186730` |
3637
| `--packageManager` | Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `OS_DEFAULT`, `YUM`, `ZYPPER` | `OS_DEFAULT` |
3738
| `--password` | Request password for the Oracle Support `--user` on STDIN, see `--user`. | |
3839
| `--passwordEnv` | Environment variable containing the Oracle Support password, see `--user`. | |

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ Update WebLogic Docker image with selected patches
3131
| --- | --- | --- |
3232
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
3333
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
34+
| `--builder`, `-b` | Executable to process the Dockerfile. Use the full path of the executable if not on your path. | `docker` |
3435
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. | |
3536
| `--chown` | `userid:groupid` for JDK/Middleware installs and patches. | `oracle:oracle` |
36-
| `--docker` | Path to the Docker executable. | `docker` |
37+
| `--docker` | (DEPRECATED) Path to the Docker executable. Use `--builder` instead. | `docker` |
3738
| `--dryRun` | Skip Docker build execution and print the Dockerfile to stdout. | |
3839
| `--fromImage` | Docker image to be updated. The `fromImage` option serves as a starting point for the new image to be created. | `weblogic:12.2.1.3.0` |
3940
| `--httpProxyUrl` | Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080` | |
4041
| `--httpsProxyUrl` | Proxy for the HTTPS protocol. Example: `https://myproxy:80` or `https:user:passwd@myproxy:8080` | |
4142
| `--latestPSU` | (DEPRECATED) Find and apply the latest PatchSet Update, see [Additional information](#additional-information). | |
42-
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | |
43+
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | `28186730` |
4344
| `--password` | Request password for the Oracle Support `--user` on STDIN, see `--user`. | |
4445
| `--passwordEnv` | Environment variable containing the Oracle Support password, see `--user`. | |
4546
| `--passwordFile` | Path to a file containing just the Oracle Support password, see `--user`. | |
@@ -50,7 +51,7 @@ Update WebLogic Docker image with selected patches
5051
| `--tag` | (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0` | |
5152
| `--user` | Oracle support email ID. | |
5253
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | |
53-
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | |
54+
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | `/u01/domains/base_domain` |
5455
| `--wdtDomainType` | WDT domain type. Supported values: `WLS`, `JRF`, `RestrictedJRF` | `WLS` |
5556
| `--wdtEncryptionKey` | Passphrase for WDT -use_encryption that will be requested on STDIN. | |
5657
| `--wdtEncryptionKeyEnv` | Passphrase for WDT -use_encryption that is provided as an environment variable. | |

0 commit comments

Comments
 (0)