Downloading Apinizer Installation Files

Apinizer Images

  • Please contact us for the download link of latest version of Apinizer at support@apinizer.com mail address.
  • Or you can use the commands below to download a specific version yourself and transfer it to the relevant server (manager, worker and cache are mandatory deployment names and integration and portal deployments may needed according to your license).

For Docker

sudo docker pull apinizercloud/manager:<APINIZER_VERSION>
sudo docker save apinizercloud/manager:<APINIZER_VERSION> > manager_<APINIZER_VERSION>.tar

sudo docker load < manager_<APINIZER_VERSION>.tar
POWERSHELL

For Containerd

sudo ctr -n k8s.io images list | grep apinizer
sudo ctr --namespace k8s.io images pull docker.io/apinizercloud/manager:<APINIZER_VERSION>
sudo ctr -n k8s.io images export manager_<APINIZER_VERSION>.tar docker.io/apinizercloud/manager:<APINIZER_VERSION>
sudo ctr -n=k8s.io images import manager_<APINIZER_VERSION>.tar 
POWERSHELL

For package names and downloadable versions: https://hub.docker.com/u/apinizercloud