This section provides instructions to download the Deployment Container.
Procedure
- ♦ 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:1.0.1-4 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.
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.$ docker images --digests
$ export DEPLOYMENT_IMAGE=projects.registry.vmware.com/tcx/deployment:1.0.1-4