Skip to content

rhpds/openshift-virtualization-vmware-vddk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift Virtualization VMware VDDK Image

Produces a VMware Virtual Disk Development Kit (VDDK) image for use with OpenShift Virtualization.

Producing an Image

Use the following steps to produce a VDDK Image

  1. Clone the repository and launch a terminal and navigate into the cloned directory
  2. Download the VMware VDDK version 8 and place the downloaded archive into the cloned repository.
  3. Run build.sh script to produce the image. Reference the parameters that can be provided to the script in the section below.
./build.sh -t <image_tag>
  1. Push the resulting image to an image registry

Script Parameters

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

About

Duplicated from Red Hat consulting procedures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors