Skip to content

Commit 4427b7e

Browse files
authored
Updated documentation for release 1.8.2 (#145)
* added documentation for WDT use_encryption * added documentation for Docker --network
1 parent 2bb4214 commit 4427b7e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

site/create-image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Usage: imagetool create [OPTIONS]
1010
| --- | --- | --- |
1111
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
1212
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
13+
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. | |
1314
| `--chown` | `userid:groupid` for JDK/Middleware installs and patches. | `oracle:oracle` |
1415
| `--docker` | Path to the Docker executable. | `docker` |
1516
| `--dryRun` | Skip Docker build execution and print the Dockerfile to stdout. | |
@@ -33,6 +34,9 @@ Usage: imagetool create [OPTIONS]
3334
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | |
3435
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | |
3536
| `--wdtDomainType` | WDT domain type. Supported values: `WLS`, `JRF`, `RestrictedJRF` | `WLS` |
37+
| `--wdtEncryptionKey` | Passphrase for WDT -use_encryption that will be requested on STDIN. | |
38+
| `--wdtEncryptionKeyEnv` | Passphrase for WDT -use_encryption that is provided as an environment variable. | |
39+
| `--wdtEncryptionKeyFile` | Passphrase for WDT -use_encryption that is provided as a file. | |
3640
| `--wdtJavaOptions` | Java command-line options for WDT. | |
3741
| `--wdtModel` | Path to the WDT model file that defines the domain to create. | |
3842
| `--wdtModelOnly` | Install WDT and copy the models to the image, but do not create the domain. | `false` |

site/rebase-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Usage: imagetool rebase [OPTIONS]
1212
| --- | --- | --- |
1313
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
1414
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
15+
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. | |
1516
| `--chown` | `userid:groupid` for JDK/Middleware installs and patches. | `oracle:oracle` |
1617
| `--docker` | Path to the Docker executable. | `docker` |
1718
| `--dryRun` | Skip Docker build execution and print the Dockerfile to stdout. | |

site/update-image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Update WebLogic Docker image with selected patches
2525
| --- | --- | --- |
2626
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
2727
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
28+
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. | |
2829
| `--chown` | `userid:groupid` for JDK/Middleware installs and patches. | `oracle:oracle` |
2930
| `--docker` | Path to the Docker executable. | `docker` |
3031
| `--dryRun` | Skip Docker build execution and print the Dockerfile to stdout. | |
@@ -44,6 +45,9 @@ Update WebLogic Docker image with selected patches
4445
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | |
4546
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | |
4647
| `--wdtDomainType` | WDT domain type. Supported values: `WLS`, `JRF`, `RestrictedJRF` | `WLS` |
48+
| `--wdtEncryptionKey` | Passphrase for WDT -use_encryption that will be requested on STDIN. | |
49+
| `--wdtEncryptionKeyEnv` | Passphrase for WDT -use_encryption that is provided as an environment variable. | |
50+
| `--wdtEncryptionKeyFile` | Passphrase for WDT -use_encryption that is provided as a file. | |
4751
| `--wdtJavaOptions` | Java command-line options for WDT. | |
4852
| `--wdtModel` | Path to the WDT model file that defines the domain to create. | |
4953
| `--wdtModelOnly` | Install WDT and copy the models to the image, but do not create the domain. | `false` |

0 commit comments

Comments
 (0)