APPLICATION CONTAINER PRE-CONFIGURATION
No modifications are required to the application container prior to the execution of VSP CI/CD toolset. The application container must be built with the application start command. This command is used by VSP CI/CD toolset to ensure that the VSP agent software is configured properly.
For example, if VSP's CI/CD toolset is executed on Nginx container, the command "nginx" is listed as the CMD or ENTRYPOINT of the nginx container.
-
If an Application must be secured, follow the steps mentioned in Section VSP Component Installation in Container (CI Phase)
-
Alternatively, in VSP-Host only mode, follow the steps mentioned in Section Application Pod Setup (VSP HOST)