Containerized Applications Fail to Be Deployed on the Atlas 500 AI Edge Station (Model 3000) WebUI and a Message "Operation failed" Is Displayed

Symptom

A containerized application fails to be deployed on the Atlas 500 AI edge station (model 3000) WebUI and a message "Operation failed" is displayed.

Possible Causes

  1. The image file package does not contain the CMS digital signature and CRL. As a result, the image file verification fails.
  2. SHA256 is not added to the container image trustlist before the containerized application is deployed.

Procedure

For cause 1, perform the following steps:

  1. Log in to the Atlas 500 CLI using SSH.
  2. Run the develop command to enter the development mode.
  3. Check whether the /var/alog/AtlasEdge_log/edge_site/edge_site_run.log file contains the error message "Invalid ImageFile".

    If yes, the image package verification fails. Deploy the containerized application again by following the instructions provided in "Deploying and Updating Applications on the Atlas 500 AI Edge Station (Model 3000) WebUI > Deploying Containerized Applications" in the MindX Edge Application Deployment Guide.

For cause 2, perform the following steps:

Redeploy the containerized application by referring to "Security Hardening Description > Container Security Hardening > Common Measures > Container Security Configurations Supported by AtlasEdge" in the MindX Edge Application Deployment Guide.