Jenkins setup:
I’m currently running jenkins on AWS but having to pull the jenkins images and agent images from docker hub (or proxied via private repo). Official docker projects are automatically proxed on the AWS public ecr gallery. https://gallery.ecr.aws/ . As jenkins doesn’t use the official docker hub project they are not available in the AWS gallery by default, is it possible to consider publishing to the ECR gallery and becoming a verified publisher to avoid individuals having to copy images into private repos? The only currently verified images in the public gallery are from bitnami.
thanks