summaryrefslogtreecommitdiff
path: root/bootstrap/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r--bootstrap/config.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 279d1f0a046..1ee53ef27d4 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -496,6 +496,14 @@ RPM_DISTS = {
'lsb-release': 'redhat-lsb',
}
},
+ 'fedora30': {
+ 'docker_image': 'fedora:30',
+ 'vagrant_box': 'fedora/30-cloud-base',
+ 'bootstrap': DNF_BOOTSTRAP,
+ 'replace': {
+ 'lsb-release': 'redhat-lsb',
+ }
+ },
'opensuse150': {
'docker_image': 'opensuse/leap:15.0',
'vagrant_box': 'opensuse/openSUSE-15.0-x86_64',