Skip to content

Commit 934e214

Browse files
committedJun 24, 2024·
Merge branch 'builder-doc-fix' into 'main'
Corrected documentation for WLSIMG_BUILDER and WLSIMG_BLDDIR environment variables. See merge request weblogic-cloud/weblogic-image-tool!476
2 parents a86e9c0 + b320605 commit 934e214

File tree

1 file changed

+3
-1
lines changed
  • documentation/site/content/userguide

1 file changed

+3
-1
lines changed
 

‎documentation/site/content/userguide/config.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ non-typical use cases when the default values are insufficient.
1010

1111
### Environment variables
1212

13+
- `WLSIMG_BLDDIR` - During the build process, Image Tool creates a Docker context directory where it will create a Dockerfile and copy necessary files for the container image build. Setting this variable to another directory overrides the default of the user's home directory as the parent folder of the Docker context directory.
14+
- `WLSIMG_BUILDER` - As an alternative to the command-line argument `--builder`, this variable can be used to override the tool to process the Dockerfile (such as`docker` or `podman`). The provided value should be the full path to the executable. For example, `WLSIMG_BUILDER="/usr/bin/docker"`.
1315
- `WLSIMG_CACHEDIR` - When Image Tool downloads patches, those patches are saved in the cache directory. Setting this variable to another directory overrides the default of the `cache` folder in the user's home directory.
14-
- `WLSIMG_BUILDER` - During the build process, Image Tool creates a Docker context directory where it will create a Dockerfile and copy necessary files for the container image build. Setting this variable to another directory overrides the default of the user's home directory for the parent folder of the Docker context directory.
1516
- `WLSIMG_OS_PACKAGES` - There are several packages and libraries that are required by the WebLogic Kubernetes Toolkit. The default packages included at build time are `gzip tar unzip libaio libnsl jq findutils diffutils`. The names for those libraries can be different depending on your preferred Linux distribution or OS version. The value that you provide in this environment variable will be used in place of the default package list.
1617

18+

0 commit comments

Comments
 (0)
Please sign in to comment.