This section explains how to import the Kaspersky Scan Engine Docker image in Microsoft Azure Container Registry (hereinafter referred to as Microsoft ACR).
To import the Kaspersky Scan Engine Docker image in Microsoft ACR:
The window for configuring registry parameters opens.
Container registries window
Project details
kasperskyScaneEngine
.Instance details
For the instructions on how to load the Docker image, refer to section "Part 2. Running Kaspersky Scan Engine in Docker".
For the instructions on how to install and configure the Azure CLI utility, refer to the Azure documentation:
In Azure CLI, perform authentication to access Azure Container Registry:
az login
az acr login --name <registry-name>
where <registry-name>
is the name of the new registry.
The name of the registry must not contain uppercase letters.
docker tag kaspersky/scanengine_{httpd|icapd}:{KSE_VERSION} <registry-name>.azurecr.io/scanengine_{httpd|icapd}:{KSE_VERSION}
Example:
docker tag kaspersky/scanengine_httpd:2.0.0.1157 kasperskyscanengine.azurecr.io/scanengine_httpd:2.0.0.1157
The name of the registry must not contain uppercase letters.
docker push <registry-name>.azurecr.io/scanengine_httpd:{KSE_VERSION}
Example:
docker push kasperskyscanengine.azurecr.io/scanengine_httpd:2.0.0.1157
After these actions are performed, the Kaspersky Scan Engine Docker image for HTTP or ICAP mode will be displayed in Microsoft ACR.
You can find all imported containers in the Repositories section of the Container registries service in Microsoft Azure.
Repositories overview
Page top