#339 Create nightly updated docker base images for aarch64 and ppc64le
Merged 6 years ago by pbrobinson. Opened 6 years ago by ausil.
Unknown source f26  into  f26

file modified
+55 -3
@@ -15,7 +15,7 @@

  sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned

  # limit tree architectures

  # if undefined, all architectures from variants.xml will be included

- tree_arches = ['x86_64', 'armhfp']

+ tree_arches = ['aarch64', 'armhfp', 'ppc64le', 'x86_64']

  # limit tree variants

  # if undefined, all variants from variants.xml will be included

  tree_variants = ['Docker']
@@ -215,7 +215,7 @@

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

                      'name': 'Fedora-Docker-Base',

                      'kickstart': 'fedora-docker-base.ks',

-                     'distro': 'Fedora-22',

+                     'distro': 'Fedora-26',

                      'disk_size': 5,

                      'arches': ['x86_64', 'armhfp'],

                      'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/26/Everything/$arch/os/',
@@ -237,7 +237,7 @@

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

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

                      'kickstart': 'fedora-docker-base-minimal.ks',

-                     'distro': 'Fedora-22',

+                     'distro': 'Fedora-26',

                      'disk_size': 5,

                      'arches': ['x86_64', 'armhfp'],

                      'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/26/Everything/$arch/os/',
@@ -258,6 +258,58 @@

                      'Version': '26',

                  },

              },

+         },

+         {

+             'image-build': {

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

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

+                     'kickstart': 'fedora-docker-base.ks',

+                     'distro': 'Fedora-26',

+                     'disk_size': 5,

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

+                     'repo': [

+                         'http://kojipkgs.fedoraproject.org/pub/fedora-secondary/updates/26/$arch/',

+                         'http://kojipkgs.fedoraproject.org/pub/fedora-secondary/releases/26/Everything/$arch/os/',

+                     ],

+                     'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/fedora-secondary/releases/26/Everything/$arch/os/',

+                     'subvariant': 'Docker_Base'

+                     },

+             'factory-parameters': {

+                 'dockerversion': "1.10.1",

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

+                 'docker_env': '[ "DISTTAG=f26container", "FGC=f26" ]',

+                 'docker_labels': {

+                     'Name': 'fedora',

+                     'License': u'MIT',

+                     'Vendor': 'Fedora Project',

+                     'Version': '26',

+                 },

+             },

+         },

+         {

+             'image-build': {

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

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

+                     'kickstart': 'fedora-docker-base-minimal.ks',

+                     'distro': 'Fedora-26',

+                     'disk_size': 5,

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

+                     'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/fedora-secondary/releases/26/Everything/$arch/os/',

+                     'repo': [

+                         'http://kojipkgs.fedoraproject.org/pub/fedora-secondary/updates/26/$arch/',

+                         'http://kojipkgs.fedoraproject.org/pub/fedora-secondary/releases/26/Everything/$arch/os/',

+                     ],

+                     'subvariant': 'Container_Minimal_Base',

+                     },

+             'factory-parameters': {

+                 'dockerversion': "1.10.1",

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

+                 'docker_env': '[ "DISTTAG=f26container", "FGC=f26" ]',

+                 'docker_labels': {

+                     'Name': 'fedora-minimal',

+                     'License': u'MIT',

+                 },

+             },

          }

          ],

  }

no initial comment

rebased

6 years ago

2 new commits added

  • pull from the alt arch locations
  • add aarch64 and ppc64le to the docker base image creation
6 years ago

1 new commit added

  • set Fedora release to Fedora-26
6 years ago

Pull-Request has been merged by pbrobinson

6 years ago
Metadata