Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose/is/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br><br>
* 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`. <br><br>
and remove the `registry.wso2.com/` prefix from the `image` name in the `docker-compose.yml`. <br><br>

## How to deploy

Expand Down
2 changes: 1 addition & 1 deletion docker-compose/is/dockerfiles/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to WSO2 Identity Server Docker image with latest WSO2 Updates
FROM docker.wso2.com/wso2is:7.1.0.0
FROM registry.wso2.com/wso2-is/is:7.1.0.0
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>"

# build arguments for external artifacts
Expand Down