Running VMware Update Manager Download Service in Linux containers
- Installing, Setting Up, and Using the Update Manager Download Service (VMware vSphere 8.0)
- Installing, Setting Up, and Using Update Manager Download Service (VMware vSphere 7.0)
- Installing, Setting Up, and Using Update Manager Download Service (VMware vSphere 6.7)
- vSphere 8.0
- vSphere 7.0
- vSphere 6.7 Note: The UMDS version must match vCenter version.
This project does NOT need root priviledges. We recommend you use rootless podman
- Download vCenter ISO image
- Extract UMDS tarball from "/umds" directory in the vCenter ISO image, example:
7z x VMware-VCSA-all-8.0.0-20519528.iso umds/
- Execute
build.sh
to build the container, example:./build.sh umds/VMware-UMDS-8.0.0.10000-10434837.tar.gz photon4
- Create a directory on the host for VMware updates, and set the owner/group, example:
sudo mkdir /srv/mirror/vmware-updates && sudo chown $(id -u):$(id -g) /srv/mirror/vmware-updates
- Execute
sync.sh
to run the most recently built container to sync VMware updates, example:./sync.sh