Downloading Container Images

The script described below is used to download MOPS 4.0 container images from the MOPSsys registry. It is provided allow downloading container images in advance of installing or upgrading a MOPS 4.0 system, to reduce downtime during the installation or upgrade process.

Download-MOPSContainers.ps1

Using the MOPS Container Download Script

The PowerShell script Download-MOPSContainers.ps1 automates the downloading of MOPS 4.0 container images from the registry.

Parameters

  • -Version (Required): Specifies the MOPS 4.0 version (e.g., ‘v2.1.3’)
  • -OS (Required): Specifies the Windows Server version (‘2019’ or ‘2022’)
  • -IncludeCMS (Optional): When specified, downloads additional CMS-related containers
  • -Help: Displays usage information

Examples

Download base containers for MOPS 4.0 v2.1.3 on Windows Server 2022:

.\tools\Download-MOPSContainers.ps1 -Version "v2.1.3" -OS "2022"

Download all containers including CMS for MOPS 4.0 v2.1.3 on Windows Server 2022:

.\tools\Download-MOPSContainers.ps1 -Version "v2.1.3" -OS "2022" -IncludeCMS

Display help:

.\tools\Download-MOPSContainers.ps1 -Help

Notes

  • Requires Docker to be installed and running
  • Must have access to the MOPS registry (registry.mopssys.com). Prior to running the command login to the registry using the docker login command. Login credentials are provided by MOPSsys.
  • The nginx container uses a different version tag format than other containers