Application Transformer for VMware Tanzu supports containerization of your Microsoft .NET Core Console App.

Prerequisites

Procedure

  1. Select the source registry as Docker and click Continue.
  2. Review the docker file and update the file, if required.
  3. Click Continue.
  4. Enter the destination registry.
    Note: If you wish to use the embedded harbor shipped with the appliance as the destination registry, you must add additional entry in the Image registry page with the appliance IP as URL host in the https://applianceIP:9443 format. You cannot directly use the default entry listed as https://localhost:9443.
  5. Enter a proper image tag in the <repository>/<image>:<tag> format to push the image and artifacts.
  6. Click Containerize.

Results

The Build Image task starts and later the Image Push task starts. After both these tasks complete successfully, the image is ready to use for further deployment.