diff --git a/en/micro-integrator/docs/develop/create-docker-project.md b/en/micro-integrator/docs/develop/create-docker-project.md index 574ae133c..c84125c38 100644 --- a/en/micro-integrator/docs/develop/create-docker-project.md +++ b/en/micro-integrator/docs/develop/create-docker-project.md @@ -46,7 +46,7 @@ Follow the steps given below. wso2/wso2mi: This is the community version of the Micro Integrator Docker image, which is stored in the public WSO2 Docker registry. This is selected by default.
  • - docker.wso2.com: This is the Micro Integrator Docker image that includes product updates. This image is stored in the private WSO2 Docker registry. + registry.wso2.com: This is the Micro Integrator Docker image that includes product updates. This image is stored in the private WSO2 Docker registry. Note that you need a valid WSO2 subscription to use the Docker image with updates.
  • diff --git a/en/micro-integrator/docs/develop/create-kubernetes-project.md b/en/micro-integrator/docs/develop/create-kubernetes-project.md index efbe10a37..84546787d 100644 --- a/en/micro-integrator/docs/develop/create-kubernetes-project.md +++ b/en/micro-integrator/docs/develop/create-kubernetes-project.md @@ -64,7 +64,7 @@ Follow the steps given below. wso2/wso2mi: This is the community version of the Micro Integrator Docker image, which is stored in the public WSO2 Docker registry. This is selected by default.
  • - docker.wso2.com/wso2mi: This is the Micro Integrator Docker image that includes product updates. This image is stored in the private WSO2 Docker registry. + registry.wso2.com/micro-integrator/wso2mi: This is the Micro Integrator Docker image that includes product updates. This image is stored in the private WSO2 Docker registry. Note that you need a valid WSO2 subscription to use the Docker image with updates.
  • diff --git a/en/micro-integrator/docs/setup/deployment/deployment_checklist.md b/en/micro-integrator/docs/setup/deployment/deployment_checklist.md index a09621486..22dd7cf48 100644 --- a/en/micro-integrator/docs/setup/deployment/deployment_checklist.md +++ b/en/micro-integrator/docs/setup/deployment/deployment_checklist.md @@ -217,7 +217,7 @@ Given below are the common security guidelines for deploying a WSO2 product in a diff --git a/en/micro-integrator/docs/setup/installation/run_in_containers.md b/en/micro-integrator/docs/setup/installation/run_in_containers.md index 8a1bd8535..2c3127763 100644 --- a/en/micro-integrator/docs/setup/installation/run_in_containers.md +++ b/en/micro-integrator/docs/setup/installation/run_in_containers.md @@ -14,7 +14,7 @@ to systematically test the solution before deploying in production. Two types of base Docker images are available for the Micro Integrator: - The Micro Integrator Docker image (with the latest updates) is - available in the [WSO2 Docker Registry](https://docker.wso2.com/). + available in the [WSO2 Docker Registry](https://registry.wso2.com/harbor/projects). **Note** that you need a valid WSO2 subscription to use the Docker image with updates. Therefore, you need to provide your log in @@ -24,13 +24,13 @@ Two types of base Docker images are available for the Micro Integrator: **Micro Integrator Docker image (with updates)** ```bash - docker.wso2.com/wso2mi:latest + registry.wso2.com/micro-integrator/wso2mi:latest ``` **Log in to WSO2 Docker Registry** ```bash - docker login docker.wso2.com + docker login registry.wso2.com ``` - The community version of WSO2 Micro Integrator's base Docker image is @@ -124,7 +124,7 @@ If you already have **packaged integration artifacts** in a CAR file, you can ma Example 1: Docker image with updates
    -
    FROM docker.wso2.com/wso2mi:1.2.0
    +
    FROM registry.wso2.com/micro-integrator/wso2mi:1.2.0