Application
Depending on how you compose Dockerfile
, you can build container images for your application in a variety of ways. You can change only some files you need from the base image, or you can build a container image with just one Dockerfile
. Also you can use environment variables to create images for different environments.
#
BuildApplications defined in config can be built using the commands below, and the container image built in this way is automatically pushed to the Harbor registry defined in kupboard.yaml
(or custom configuration file).
Build customer application
Build all customer applications
Build all customer applications from all customer kollections
#
DeploymentIf a container image is pushed properly to the Harbor registry, you can use the deploy
command to deploy the container to the service cluster.