This section provides instructions to download the Deployment Container.

Pull the Deployment Container from the VMware Distribution Harbor using the following command. Use the specific tag or the recommended SHA256 digest to pull the container as given in the following command:
$ docker pull projects.registry.vmware.com/tcx/deployment:2.1.0-5
OR
$ docker pull projects.registry.vmware.com/tcx/deployment@sha256:a0a13b7e3bae8b42cd5cfd9e5a6673d16327d0cd62f64277d7eae0f48c6f8298
The registry projects.registry.vmware.com/tcx/ is publicly accessible and is hosted on VMware registry.
$ export DEPLOYMENT_IMAGE=projects.registry.vmware.com/tcx/deployment:2.1.0-5
Note: To verify the downloaded image, run the following command on your deployment host. Compare SHA256 fingerprint in the DIGEST column with the digest in the previous pull command and ensure they match. You can ignore the created date, typically with an older date, seen against the container image. There is no functional impact.
$ docker images --digests