Get list of images present with repositories
- Auditing images
- Verifying tags are correct
- Remote container scans
The imager
cli provides a command line utility to test on.
NOTE: You would need to verify access to the repositories, it would skip erroneous instances.
go run cmd/main.go --input <comma separated list of repositories>
You can likewise run the script by using the docker image
docker run imager /imager --input <comma separated list of repositories>
You can also run the script as a job to extract the information
kubectl apply -f imager.yaml