himper opened a new issue, #2785: URL: https://github.com/apache/incubator-streampark/issues/2785
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Suggest support the AWS ECR container platform (Amazon Elastic Container Registry), ECR's unique login method requires some adaptation compared to other Docker container repositories. Please refer to the following information for Docker login: --- aws configure (Recommend Streampark to maintain a shared AWS authentication configuration for other AWS applications.) sudo /usr/local/bin/aws configure AWS Access Key ID [None]: AKIA26K333323VDXD33QHFNZG5MA5N4 AWS Secret Access Key [None]: 23232323/DMRxw+GOb2OP Default region name [None]: ap-east-1 Default output format [None]: text /usr/local/bin/aws ecr get-login-password --region ap-east-1 | docker login --username AWS --password-stdin 23233223232.dkr.ecr.ap-east-1.amazonaws.com ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
