54f4e12765
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 |
||
---|---|---|
.. | ||
install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
============== zypper-minimal ============== Base element for creating minimal SUSE-based images This element is incomplete by itself so you probaby want to use it along with the opensuse-minimal one. It requires 'zypper' to be installed on the host. Repositories ------------ This element expects the `ZYPPER_REPOS` variable to be exported by the operating system element. This variable contains repository mappings in the following format: `${repo_name}==>${repo_url}`. For example:: ZYPPER_REPOS="update=>http://download.opensuse.org/update/leap/42.1/oss/ " ZYPPER_REPOS+="oss=>http://download.opensuse.org/distribution/leap/42.1/repo/oss/" export ZYPPER_REPOS