This article provides step-by-step instructions to authenticate against the Broadcom private container registry and pull official VMware Tanzu RabbitMQ OCI container images using Docker.
Unlike open-source RabbitMQ images hosted on Docker Hub, VMware Tanzu RabbitMQ commercial distribution images are hosted on rabbitmq.packages.broadcom.com and require a generated Registry Token for access.
VMware Tanzu RabbitMQ OCI 4.x / 3.x
Run the docker login command, passing your Broadcom username and the Registry Token generated in Step 1 as the password:
example:
docker login rabbitmq.packages.broadcom.com --username=<YOUR_BROADCOM_USERNAME> --password=<YOUR_REGISTRY_TOKEN>Pull the required variant and version using the full image path:
example:
docker pull rabbitmq.packages.broadcom.com/vmware-tanzu-rabbitmq:4.2.3Confirm that the image was downloaded successfully to your local environment:
docker images
Refer to the VMware Tanzu RabbitMQ docs below: