[master] Update registry reference#494
Conversation
📝 WalkthroughWalkthroughThis pull request updates Docker registry references across the WSO2 Identity Server Docker configuration. The Dockerfile base image is changed from 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
This pull request updates the WSO2 Identity Server Docker Compose setup to use the new Docker image registry domain. The main change is replacing references to the old
docker.wso2.comdomain with the newregistry.wso2.comdomain in both documentation and Dockerfile.Docker image registry update:
docker-compose/is/dockerfiles/is/Dockerfileto useregistry.wso2.com/wso2is:7.2.0.0instead ofdocker.wso2.com/wso2is:7.2.0.0.docker-compose/is/README.mdto direct users to remove theregistry.wso2.com/prefix (instead of the olddocker.wso2.com/prefix) when using locally built images.