aws-samples / sagemaker-studio-image-build-cli

CLI for building Docker images in SageMaker Studio using AWS CodeBuild.
https://pypi.org/project/sagemaker-studio-image-build/
MIT No Attribution
57 stars 25 forks source link

Request to expand the tool to China regions #9

Open xgchena opened 3 years ago

xgchena commented 3 years ago

Thanks for providing the useful tool, I tried it in two regions, it works for me in us-west-2, but failed in cn-northwest-1 and the first problem seems incorrect URI, for example, the docker push command in buildspec uses a hardcoded URI suffix amazonaws.com, but in China regions the suffix should be amazonaws.com.cn.

Would you fix the problems and enable the tool in China regions?