After following the "Installation Prerequisite" steps from the Carbon Black EDR Containerized Server Guide, the "edr-docker" wrapper script used to install a standalone or primary cluster node fails to run.
Starting in Containerized EDR version 7.7.0, the "edr-docker" wrapper file is created and defaults to the following URL `projects.registry.vmware.com` for the image repository instead of the newer `projects.packages.broadcom.com`
The `docker tag` cmd from the Installation Prerequisites section can be edited to tag the image correctly to be used with the wrapper script:
docker tag projects.packages.broadcom.com/carbonblack/edr-server:7.8.0 projects.packages.broadcom.com/carbonblack/edr-server:current
docker tag projects.packages.broadcom.com/carbonblack/edr-server:7.8.0 projects.registry.vmware.com/carbonblack/edr-server:current
This `edr-docker` wrapper script is going to be updated in the 7.9.0 version of Containerized EDR; however, this workaround is applicable until that time.
Another option would be to create an environmental variable to point to projects.packages.broadcom.com:
export EDR_IMAGE_REGISTRY=projects.packages.broadcom.com