diff --git a/docker-compose/is/README.md b/docker-compose/is/README.md index 7fa5e0f4..6f606951 100644 --- a/docker-compose/is/README.md +++ b/docker-compose/is/README.md @@ -7,7 +7,7 @@ * In order to use Docker images with [WSO2 Updates](https://wso2.com/updates), you need an active [WSO2 Subscription](https://wso2.com/subscription). Otherwise, you can proceed with Docker images available at [DockerHub](https://hub.docker.com/u/wso2/), which are created using GA releases.

* If you wish to run the Docker Compose setup using Docker images built locally, build Docker images using Docker resources available from [here](../../dockerfiles/) - and remove the `docker.wso2.com/` prefix from the `image` name in the `docker-compose.yml`.

+ and remove the `registry.wso2.com/` prefix from the `image` name in the `docker-compose.yml`.

## How to deploy diff --git a/docker-compose/is/dockerfiles/is/Dockerfile b/docker-compose/is/dockerfiles/is/Dockerfile index 2c95dce8..5e1dfb23 100644 --- a/docker-compose/is/dockerfiles/is/Dockerfile +++ b/docker-compose/is/dockerfiles/is/Dockerfile @@ -17,7 +17,7 @@ # ------------------------------------------------------------------------ # set base Docker image to WSO2 Identity Server Docker image with latest WSO2 Updates -FROM docker.wso2.com/wso2is:5.11.0.0 +FROM registry.wso2.com/wso2-is/is:5.11.0.0 LABEL maintainer="WSO2 Docker Maintainers " # build arguments for external artifacts