1 Answer
- Newest
- Most votes
- Most comments
0
Similar to how you have accessed AWS S3. You can use temporary security credentials with AWS SDKs and the AWS CLI to push images to ECR.
Once you have assumed the role, Please refer at our documentation on commands you can use to achieve pushing docker image: Pushing a Docker image
Additionally, please refer at our documentation for all commands you can use: Private images
answered a year ago
Relevant content
- asked a month ago
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 10 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 months ago
Thank you for your answer! I see the principle from the blog I mentioned in my question. but the whole point of my question is how to apply that in Azure cloud? how to make another cloud provider assume my role and get the credentials?
for example an Azure Devops Pipeline to assume the AWS role like I mentioned in my question
Thank you
Does anyone have any idea? thank you