Fixed Issues in Cloudera Manager 7.8.1

Fixed issues in Cloudera Manager 7.8.1

Cloudera Bug: OPSAPS-64580: Control Plane installation is failing because of failure in Install Longhorn UI step
Fixed an issue where, 0ccasionally, the Install Longhorn UI step failed due to a race condition.
OPSAPS-65365 Do not use the $ character while in the password for the custom Docker Repository for ECS installations.
Ensure that the $ character is not part of the Docker Repository password.

Fixed issues for Installation and upgrade for CDP Private Cloud Data Services 1.4.1

Cloudera Bug: OPSAPS-64580: Control Plane installation is failing because of failure in Install Longhorn UI step
Fixed an issue where, occasionally, the Install Longhorn UI step failed due to a race condition.
Cloudera Bug: OPSX-2926: Mismatch in expected number of docker images in copy script
Previously, the total number of images were calculated incorrectly.
As a result, the copy docker images script thinks that not all images were processed whereas all images actually were processed. As a result, the folder where the images were temporarily placed would not be deleted.
Subsequently running the same script on the same machine, but to a second destination, the docker repository will reuse the same temp folder and skip all those docker images, and as a result, the required docker images will not be present in the second docker repository.
Cloudera Bug: OPSX-3031: Don't reset the index counter when handling packages
During the docker image copying process, some of the indices (49/200, 50/200, etc) were off. This is cosmetic.
Cloudera Bug: OPSX-3068: Pods fail to start in Embedded Container Service (ECS) clusters.
Fixed a timing issue that caused the pods to fail to start.
Cloudera Bug: OPSX-3530:Copying images to the external Docker registry failed on OpenShift Container Platform (OCP) deployments.