## Enable UBI and Static Builders 1. Install tap with dependencies excluded by adding the correct value to tap values ```yaml buildservice: exclude_dependencies: true ``` 2. Create a full-deps-values.yml: ```yaml kp_default_repository: <use the same value from tap values> enable_static_builder: true enable_ubi_builder: true ``` 3. Add the Tanzu Build Service Full Deps package repository by running: ```commandLine tanzu package repository add full-deps --url registry.tanzu.vmware.com/tanzu-application-platform/full-deps-package-repo:1.8.0-build.71 -n tap-install ``` 4. Install the full deps package repo ```commandLine tanzu package install full-deps -p full-deps.buildservice.tanzu.vmware.com -v ">0.0.0" --values-file path-to-full-deps-values.yml -n tap-install ``` 5. Validate static and ubi clusterbuilders are installed ```commandLine tanzu build-service clusterbuilder list ```