File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ LABEL name="Stackable image for OpenJDK" \
2121RUN  cat <<EOF > /etc/yum.repos.d/adoptium.repo
2222[Adoptium]
2323name=Adoptium
24- baseurl=https://packages.adoptium.net/artifactory/rpm/rhel/\$ releasever/\$ basearch
24+ #  The adoptium mirror times-out often, so we have created a pull-through cache
25+ #  baseurl=https://packages.adoptium.net/artifactory/rpm/rhel/\$releasever/\$basearch
26+ baseurl=https://build-repo.stackable.tech/repository/Adoptium/\$ releasever/\$ basearch
2527enabled=1
2628gpgcheck=1
2729gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
Original file line number Diff line number Diff line change @@ -12,8 +12,11 @@ ARG PRODUCT
1212#  See: https://adoptium.net/en-gb/installation/linux/#_centosrhelfedora_instructions
1313RUN  cat <<EOF > /etc/yum.repos.d/adoptium.repo
1414[Adoptium]
15+ [Adoptium]
1516name=Adoptium
16- baseurl=https://packages.adoptium.net/artifactory/rpm/rhel/\$ releasever/\$ basearch
17+ #  The adoptium mirror times-out often, so we have created a pull-through cache
18+ #  baseurl=https://packages.adoptium.net/artifactory/rpm/rhel/\$releasever/\$basearch
19+ baseurl=https://build-repo.stackable.tech/repository/Adoptium/\$ releasever/\$ basearch
1720enabled=1
1821gpgcheck=1
1922gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments