File kernel-scripts.kiwi of Package kernel-scripts

<?xml version="1.0" encoding="utf-8"?>
<!-- OBS-Profiles: docker -->
<image schemaversion="7.4" name="kernel-scripts" xmlns:suse_label_helper="com.suse.label_helper">
	<description type="system">
		<author>Michal Suchánek</author>
		<contact>msuchanek@suse.de</contact>
		<specification>a test container</specification>
	</description>
	<profiles>
		<profile name="docker" description="Docker test image"/>
	</profiles>
	<preferences profiles="docker">
		<type image="docker">
			<containerconfig
				name="kernel-scripts" tag="latest"
				additionaltags="%OS_VERSION_ID%,%OS_VERSION_ID%.%RELEASE%"
				maintainer="SUSE Kernel Team &lt;kernel@suse.de&gt;" >
				<labels>
					<label name="org.opencontainers.image.title" value="kernel scripts test image"/>
					<label name="org.opencontainers.image.description" value="Container for running tests of the kernel-source scripts"/>
					<label name="org.opencontainers.image.version" value="%OS_VERSION_ID%.%RELEASE%"/>
					<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
					<label name="org.opencontainers.image.vendor" value="SUSE LLC"/>
					<label name="org.opencontainers.image.url" value="https://build.opensuse.org/package/show/Kernel:tools:Images/kernel-scripts"/>
					<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
					<label name="org.opensuse.reference" value="registry.opensuse.org/foobar:%OS_VERSION_ID%.%RELEASE%"/>
					<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
				</labels>
			</containerconfig>
		</type>
		<version>0.0.1</version>
		<packagemanager>zypper</packagemanager>
		<rpm-excludedocs>true</rpm-excludedocs>
	</preferences>
	<repository>
		<source path="obsrepositories:/"/>
	</repository>
	<packages type="image" profiles="docker">
		<package name="gawk"/>
		<package name="git-core"/>
		<package name="kcov"/>
		<package name="openssh-common"/>
		<package name="python3"/>
		<package name="python3-dbm"/>
		<package name="python3-pygit2"/>
		<package name="python3-PyYAML"/>
		<package name="python3-requests"/>
		<package name="quilt"/>
		<package name="rcs"/>
		<package name="util-linux"/>
	</packages>
	<packages type="bootstrap">
		<package name="container-base"/>
	</packages>
</image>
openSUSE Build Service is sponsored by