[Linux] How to download docker images from alternate location?
If Docker Hub is inaccessible during installation, you can proceed with either an Linux Offline Installation or by specifying an alternative container registry. To configure an alternate registry, add the necessary details to the customer.env
file.
MDSS_REPO=public.ecr.aws/v2f5u9p9/opswat-mdss
POSTGRES_IMAGE=public.ecr.aws/v2f5u9p9/opswat-mdss/postgres
RABBITMQ_IMAGE=public.ecr.aws/v2f5u9p9/opswat-mdss/rabbitmq
REDIS_IMAGE=public.ecr.aws/v2f5u9p9/opswat-mdss/garnet-alpine
Was this page helpful?