diskimage-builder/elements/opensuse-minimal
Dirk Mueller 54f4e12765 Switch to openSUSE Leap 42.2 release by default
openSUSE 13.1 was discontinued on Feb 3rd, 2016, so defaulting
to it doesn't make sense (see https://en.opensuse.org/Lifetime).

Leap 42.2 is the most current release that is supported by
disk-image-builder and being tested in a 3rd party ci.

Enable functests for it to ensure we're not regressing again.
Moved to non-voting gate first.

Depends-On: Iff495b3cd0b6c3558c44cf4883651eca67b572d6
Change-Id: Iae6cd34a5853f1e309861c554d94d8595cbd9993
2016-12-17 10:46:17 +01:00
..
environment.d Switch to openSUSE Leap 42.2 release by default 2016-12-17 10:46:17 +01:00
element-deps Add opensuse-minimal element 2016-10-05 09:39:29 +01:00
element-provides Add opensuse-minimal element 2016-10-05 09:39:29 +01:00
README.rst Switch to openSUSE Leap 42.2 release by default 2016-12-17 10:46:17 +01:00

================
opensuse-minimal
================

This element will build a minimal openSUSE image. It requires 'zypper' to be
installed on the host.

These images should be considered experimental. There are curently only x86_64
images.

Environment Variables
---------------------

DIB_RELEASE
  :Required: No
  :Default: 42.2
  :Description: Set the desired openSUSE release.

DIB_OPENSUSE_MIRROR:
   :Required: No
   :Default: http://download.opensuse.org
   :Description: To use a specific openSUSE mirror, set this variable to the
                 mirror URL before running bin/disk-image-create. This URL
                 should point to the root directory as indicated in the
                 http://mirrors.opensuse.org/ webpage. You normally
                 don't want to change that since the default setting will
                 pick the mirror closest to you.
   :Example: ``DIB_OPENSUSE_MIRROR=http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/``