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" \
21
21
RUN cat <<EOF > /etc/yum.repos.d/adoptium.repo
22
22
[Adoptium]
23
23
name=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
25
27
enabled=1
26
28
gpgcheck=1
27
29
gpgkey=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
12
12
# See: https://adoptium.net/en-gb/installation/linux/#_centosrhelfedora_instructions
13
13
RUN cat <<EOF > /etc/yum.repos.d/adoptium.repo
14
14
[Adoptium]
15
+ [Adoptium]
15
16
name=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
17
20
enabled=1
18
21
gpgcheck=1
19
22
gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
You can’t perform that action at this time.
0 commit comments