Sync Docker images from two Repository

96 Views Asked by At

I have a Docker image from a vendor stored in Amazon Elastic Container Registry (ECR). My goal is to pull this image, examine its source code, and then push it to our own ECR. However, I'm uncertain about how to review the source code without downloading the Docker image to my local machine. I'm also looking for a solution that can be integrated with our Pull Request process and code approval system on GitLab. Does anyone have any ideas on how to achieve this?

0

There are 0 best solutions below