Due to specifics of various corporate networks where Kaspersky Container Security is deployed, sometimes there is a need to install private fixes for the solution. A private fix is one or several customized Docker images. Such private fixes are not published on the official Kaspersky image source, and are transferred directly to the customer for putting in the corporate image registry.
To put the received Docker image to an image registry:
docker load -i <
archive_name
>
command.docker tag <
hash name obtained in step 2
> <
customer registry
/<
component
>:fix>
command.docker push <
customer registry
/<
component
>:fix>
command.<
component
>:2.0
to <
customer registry
/<
component
>:fix>
in one of the following configuration files:node-agent:2.0
must be changed to <
customer registry
/node-agent:fix>
.kcs-ih:2.0
must be changed to <
customer registry
/kcs-ih:fix>