Note: VMware Tanzu tc Server is no longer distributed via Tanzu Network. It is included as part of the Tanzu Spring Runtime - Spring Enterprise Subcription Artifactory

Obtaining Tanzu tc Server

1.) Follow the instructions on this guide to setup your Access Token. This Access Token is required to access the artifacts housed on packages.broadcom.com

Note: It is recommended to save the Access Token in a secure place

2.) Download tc Server

Browser Download:

Follow the download links provided on the release notes (as of Tanzu tc Server 10.1.24.A) and when prompted enter your email address and Access Token

Curl Download:

Save your email address and Access Token to environment variables, the following example assumes SES_ARTIFACTORY_USER and SES_ARTIFACTORY_KEY. Alternatively, the access token can be left out of the curl command and the user will be prompted for the access token by curl.

Use curl to download

curl -u "$SES_ARTIFACTORY_USER:$SES_ARTIFACTORY_KEY" <url for download> -o <filename>  -L --remote-name

Examples for latest releases:

Tanzu tc Server Standard Edition (.tar.gz)

curl -u "$SES_ARTIFACTORY_USER:$SES_ARTIFACTORY_KEY" https://packages.broadcom.com/artifactory/spring-enterprise/com/vmware/tanzu/tcserver/tanzu-tc-server/10.1.24.A/tanzu-tc-server-10.1.24.A.tar.gz -o tanzu-tc-server-10.1.24.A.tar.gz -L --remote-name

Tanzu tc Server Standard Edition (.zip)

curl -u "$SES_ARTIFACTORY_USER:$SES_ARTIFACTORY_KEY" https:///packages.broadcom.com/artifactory/spring-enterprise/com/vmware/tanzu/tcserver/tanzu-tc-server/10.1.24.A/tanzu-tc-server-10.1.24.A.zip -o tanzu-tc-server-10.1.24.A.zip -L --remote-name

5.0.12 Tanzu tc Server Standard Edition (.deb)

curl -u "$SES_ARTIFACTORY_USER:$SES_ARTIFACTORY_KEY" https:///packages.broadcom.com/artifactory/spring-enterprise/com/vmware/tanzu/tcserver/tanzu-tc-server/10.1.24.A/tanzu-tc-server-10.1.24.A-1.deb -o tanzu-tc-server-10.1.24.A-1.deb -L --remote-name

Tanzu tc Server Standard Edition (.rpm)

curl -u "$SES_ARTIFACTORY_USER:$SES_ARTIFACTORY_KEY" https:///packages.broadcom.com/artifactory/spring-enterprise/com/vmware/tanzu/tcserver/tanzu-tc-server/10.1.24.A/tanzu-tc-server-10.1.24.A-1.noarch.rpm -o tanzu-tc-server-10.1.24.A-1.noarch.rpm -L --remote-name

See Release Notes for more details on each release.

check-circle-line exclamation-circle-line close-line
Scroll to top icon