'Batch Push images into ECR repository

Is it possible to batch push multiple docker images into an ECR repo via golang-sdk?

Not sure if I'm missing something from the reference here - https://docs.aws.amazon.com/sdk-for-go/api/service/ecr/ (which allows for BatchGet etc)

Is there a reason for this? Can I get around this by creating multiple channels and pushing to expedite?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source