Common day-2 activities for Tanzu Build Service
In this section, we will go through some useful operations we can perform on TBS.
Building application container images
In this section, we will learn how to register our application with TBS for the first time, create the first container image, run that container image locally, retrigger the image build process again by modifying the application configuration, and, finally, verify the newly created container image to reflect the application change. This will be an exciting journey to use TBS for its main purpose.
Registering an application with TBS
The main reason to use TBS is to gain the ability to build application container images in a fully automatic and secure way. Let’s see how we can build container images of a cloud-native application using the TBS setup we have completed. We will use a sample Spring Framework-based application, Spring Pet Clinic, available at https://github.com/tandcruz/DevSecOps-in-Practice...