mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
bootstrap: Use quay.io to download fedora images
The docker registry is rate limited now. This often leads to errors, so use the Red Hat registry. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Jun 26 23:08:03 UTC 2022 on sn-devel-184
This commit is contained in:
parent
e8517ee7c7
commit
f06b40a919
@ -47,7 +47,7 @@ variables:
|
||||
# Set this to the contents of bootstrap/sha1sum.txt
|
||||
# which is generated by bootstrap/template.py --render
|
||||
#
|
||||
SAMBA_CI_CONTAINER_TAG: f0d5c414802246c0df46f9bbbceeda4853fd24b7
|
||||
SAMBA_CI_CONTAINER_TAG: b62662cd85b10ca4767b9ead4e9b0482ad98ddb2
|
||||
#
|
||||
# We use the ubuntu1804 image as default as
|
||||
# it matches what we have on sn-devel-184.
|
||||
|
@ -490,7 +490,7 @@ RPM_DISTS = {
|
||||
}
|
||||
},
|
||||
'fedora36': {
|
||||
'docker_image': 'fedora:36',
|
||||
'docker_image': 'quay.io/fedora/fedora:36',
|
||||
'vagrant_box': 'fedora/36-cloud-base',
|
||||
'bootstrap': DNF_BOOTSTRAP,
|
||||
'replace': {
|
||||
@ -501,7 +501,7 @@ RPM_DISTS = {
|
||||
}
|
||||
},
|
||||
'f36mit120': {
|
||||
'docker_image': 'fedora:36',
|
||||
'docker_image': 'quay.io/fedora/fedora:36',
|
||||
'vagrant_box': 'fedora/36-cloud-base',
|
||||
'bootstrap': DNF_BOOTSTRAP_MIT,
|
||||
'replace': {
|
||||
|
@ -3,7 +3,7 @@
|
||||
# See also bootstrap/config.py
|
||||
#
|
||||
|
||||
FROM fedora:36
|
||||
FROM quay.io/fedora/fedora:36
|
||||
|
||||
# pass in with --build-arg while build
|
||||
ARG SHA1SUM
|
||||
|
@ -3,7 +3,7 @@
|
||||
# See also bootstrap/config.py
|
||||
#
|
||||
|
||||
FROM fedora:36
|
||||
FROM quay.io/fedora/fedora:36
|
||||
|
||||
# pass in with --build-arg while build
|
||||
ARG SHA1SUM
|
||||
|
@ -1 +1 @@
|
||||
f0d5c414802246c0df46f9bbbceeda4853fd24b7
|
||||
b62662cd85b10ca4767b9ead4e9b0482ad98ddb2
|
||||
|
Loading…
x
Reference in New Issue
Block a user