Produces a VMware Virtual Disk Development Kit (VDDK) image for use with OpenShift Virtualization.
Use the following steps to produce a VDDK Image
- Clone the repository and launch a terminal and navigate into the cloned directory
- Download the VMware VDDK version 8 and place the downloaded archive into the cloned repository.
- Run
build.shscript to produce the image. Reference the parameters that can be provided to the script in the section below.
./build.sh -t <image_tag>- Push the resulting image to an image registry
The following parameters can be provided when running the build.sh script
| Flag | Description | Required | Default |
|---|---|---|---|
-b |
Base image to build from | No | registry.access.redhat.com/ubi8/ubi-minimal:latest |
-c |
Container runtime | No | podman |
-t |
Base image to build from | Yes |