Skip to content

Commit 1caddc0

Browse files
remove redundant info
Something I had put in previously.
1 parent 2d25e77 commit 1caddc0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

documentation/site/content/samples/domains/domain-home-on-pv/build-domain-creation-image.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ description: "Create WebLogic images using the WebLogic Image Tool and WebLogic
1313

1414
The image build process uses the WebLogic Image Tool to create a Domain on PV `domain creation image`. This image contains:
1515
- A WebLogic Deploy Tooling installation, expected in an image's `/auxiliary/weblogic-deploy` directory by default.
16-
- WDT model YAML file (model), WDT variable (property), and WDT archive ZIP (archive) files, expected in directory `/auxiliary/models` by default,
17-
which can include the following file types:
18-
- WDT model YAML file - A declarative definition of the domain configuration.
19-
- WDT variable file - A property file that maps names to values. These names can be referenced from the model file to allow a model to be used across environments by applying the variable file for a particular environment to the model.
20-
- WDT archive file - A ZIP file containing application binaries and other files and directories needed to run the domain.
16+
- WDT model YAML (model), WDT variable (property), and WDT archive ZIP (archive) files, expected in directory `/auxiliary/models` by default.
2117

2218
### Build the domain creation image
2319

0 commit comments

Comments
 (0)