In-place component update for Linux via Podman
Overview
This guide provides instructions for running an in-place update to a new release of CAST Imaging installed on Linux via Podman. This process will update the following installed components and retain all existing data (applications, results, etc.):
imaging-servicesimaging-vieweranalysis-nodedashboards
The update process for CAST Imaging for Podman on Linux is identical to the update process for Docker on Linux (see In-place component update for Linux via Docker). Please follow those instructions with the single difference noted below.
Supported update paths
- You can update directly from 3.5.x-funcrel or later to any subsequent release.
Difference from the Docker update
The only difference from the Docker update process is the name of the update script. Where the Docker guide references cast-imaging-update.sh, use instead:
cast-imaging-update-podman.sh
Specifically:
- Step 3 - Make files executable: run
chmod +x cast-imaging-update-podman.sh - Step 5 - Run the update (single machine deployment): run
./cast-imaging-update-podman.sh all - Step 5 - Run the update (distributed deployment): run
./cast-imaging-update-podman.sh imaging-services/./cast-imaging-update-podman.sh imaging-viewer/ etc.
All other steps are identical.
Update process
See In-place component update for Linux via Docker for the full step-by-step instructions.