File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 365365sudo sed -i " /${LOCAL_REGISTRY_DNS_NAME} /d" 
366366echo  " ${PROVISIONING_HOST_EXTERNAL_IP}  ${LOCAL_REGISTRY_DNS_NAME} " |  sudo tee -a /etc/hosts
367367
368+ #  Make sure any squid containers get the registry name too
369+ for  container  in  $( podman ps --format " {{.Names}}" |  grep squid) ;  do 
370+   echo  " Updating /etc/hosts in container: $container " 
371+   podman exec  -it " $container " " grep -v '${LOCAL_REGISTRY_DNS_NAME} ' /etc/hosts > /tmp/hosts && echo '${PROVISIONING_HOST_EXTERNAL_IP}  ${LOCAL_REGISTRY_DNS_NAME} ' >> /tmp/hosts && cp -f /tmp/hosts /etc/hosts" 
372+ done 
373+ 
368374if  use_registry " podman" ;  then 
369375    #  Remove any previous file, or podman login panics when reading the
370376    #  blank authfile with a "assignment to entry in nil map" error
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments