#305 rename the Docker Variant and images to Container
Merged 6 years ago by ausil. Opened 6 years ago by ausil.
Unknown source container-rename  into  master

file modified
+3 -3
@@ -270,18 +270,18 @@

  global_target = 'f27'

  

  image_build = {

-     '^Docker$': [

+     '^Container$': [

          {

              'image-build': {

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

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

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

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

                      'distro': 'Fedora-22',

                      'disk_size': 5,

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

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

-                     'subvariant': 'Docker_Base',

+                     'subvariant': 'Container_Base',

                      'failable': ['*'],

                      },

              'factory-parameters': {

file modified
+1 -1
@@ -17,7 +17,7 @@

              <arch>x86_64</arch>

          </arches>

      </variant>

-     <variant id="Docker" name="Docker" type="variant" is_empty="true">

+     <variant id="Container" name="Container" type="variant" is_empty="true">

          <arches>

              <arch>aarch64</arch>

              <arch>armhfp</arch>

This will require that Fedora-Container-Base be added as a package in koji. Allong with coordination with QA

To match up with the Addition of Container Minimal and the renaming
of dist-git namespace to Container, rename the Docker Variant to
Container

Signed-off-by: Dennis Gilmore dennis@ausil.us

@adamwill what notice do you need for this?

@ausil don't forget fedora-modular.conf, too.

bump - I'd like to see this happen :)

fedora-modular is already done. Lets get this done also

Pull-Request has been merged by ausil

6 years ago
Metadata