#226 cloud/docker: add Power64 arches to image creation
Merged 7 years ago by ausil. Opened 7 years ago by pbrobinson.
Unknown source f26-cloud-multi  into  f26

file modified
+3 -3
@@ -279,7 +279,7 @@

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

                      'distro': 'Fedora-22',

                      'disk_size': 5,

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

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

                      'repo_from': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Docker_Base',
@@ -304,7 +304,7 @@

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

                      'distro': 'Fedora-22',

                      'disk_size': 5,

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

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

                      'repo_from': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Container_Minimal_Base',
@@ -331,7 +331,7 @@

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

                      'distro': 'Fedora-22',

                      'disk_size': 4,

-                     'arches': ['aarch64', 'x86_64'],

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

                      'repo_from': 'Cloud',

                      'install_tree_from': 'Cloud',

                      'subvariant': 'Cloud_Base',

docker doesn't exist on ppc64 (big endian). We can build a base image if it's possible, but the priority of getting docker working on that arch is fairly low.

Definite ACK to all the rest of the arches. Maybe we can add s390x in as well?

1 new commit added

  • drop ppc64 BE docker images
7 years ago

Pull-Request has been merged by ausil

7 years ago
Metadata