#1106 Restore ELN container image builds
Merged 2 years ago by sgallagh. Opened 2 years ago by sgallagh.
sgallagh/pungi-fedora eln  into  eln

file modified
+23 -3
@@ -98,13 +98,33 @@ 

                  "disk-size": "10",

                  "arches": ["x86_64"],

                  'install_tree_from': 'BaseOS',

-                 "repo": ["BaseOS","AppStream","CRB"]

+                 "repo": ["BaseOS","AppStream","CRB"],

                  "failable": ["*"],

              },

              "factory-parameters": {

                  "generate_icicle": False,

              }

-         }

-     ]

+         },

+         {

+             'image-build': {

+                     'format': [('docker', 'tar.xz')],

+                     'name': 'Fedora-Container-Base',

+                     'kickstart': 'fedora-eln-container-base.ks',

+                     'distro': 'Fedora-22',

+                     'disk_size': 10,

+                     'repo': ["BaseOS","AppStream","CRB"],

+                     'install_tree_from': 'Everything',

+                     'subvariant': 'Container_Base',

+                     'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],

+                     'failable': ['*'],

+                     },

+             'factory-parameters': {

+                 'dockerversion': "1.10.1",

+                 'docker_cmd':  '[ "/bin/bash" ]',

+                 'docker_env': '[ "DISTTAG=elncontainer", "FGC=eln", "container=oci" ]',

+                 'docker_label': '{ "name": "fedora-eln", "license": "MIT", "vendor": "Fedora Project", "version": "eln"}',

+             },

+         },

+     ],

  }

  

Pull-Request has been merged by sgallagh

2 years ago
Metadata