proxies: registry: let ppc64le builders directly access registry
f39 adds flatpaks for ppc64le, so we need to allow ppc64le builders to access the registry directly so they can install flatpaks in the ostree install images. Without this they try and get them from the cdn and the builder firewall blocks them and it times out and the image fails to compose. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
da2738b925
commit
6abea25563
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ RewriteCond %{REMOTE_HOST} !^osbs-*$
|
|||
# builders shouldn't use the cdn for flatpak building.
|
||||
RewriteCond expr "! -R '10.3.169.0/24'"
|
||||
RewriteCond expr "! -R '10.3.170.0/24'"
|
||||
RewriteCond expr "! -R '10.3.171.0/24'"
|
||||
RewriteRule ^/v2/(.*)/blobs/([a-zA-Z0-9:]*) https://cdn.registry.fedoraproject.org/v2/$1/blobs/$2 [R]
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue