ripe-petabyte-15925
08/31/2022, 12:29 PM- I have pointed Docker Registry to our private repository in .m2/setting.xml.
• Now when I try to build images from the docker file, things work fine when the images are fetched from private repo
• But there is another requirement where we use base image from public docker hub [docker/io] repository and now when i try to build the image, its searching in private repo and not falling back to docker hub
• Earlier when docker registry was not pointing to private repo then it was searching/fetching in/from docker hub
• Also, when i pull the base image say nginx from command line > docker pull nginx it works abs fine
• Not sure what and how RD needs to be told - if the image not found in private repo search docker hub