Currently openSUSE 42.3 has entered feature freeze mode so it is a good point in time to verify that 42.3 builds are working successfully. Also test opensuse-minimal for platforms that support it (need working zypper package) Change-Id: I4c613e1e68cb7375c29d544bbf70b5da9bf21414
673 B
673 B
zypper-minimal
Base element for creating minimal SUSE-based images
This element is incomplete by itself so you probably 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.2/oss/ "
ZYPPER_REPOS+="oss=>http://download.opensuse.org/distribution/leap/42.2/repo/oss/"
export ZYPPER_REPOS