summaryrefslogtreecommitdiff
path: root/app-containers/cri-o/metadata.xml
blob: fc875036ca0bd4901ee591ddab267862b1657378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>zmedico@gentoo.org</email>
    <name>Zac Medico</name>
  </maintainer>
  <longdescription lang="en">
		CRI-O is meant to provide an integration path between
		OCI conformant runtimes and the kubelet. Specifically, it
		implements the Kubelet Container Runtime Interface (CRI)
		using OCI conformant runtimes. The scope of CRI-O is tied to
		the scope of the CRI.
	</longdescription>
  <use>
    <flag name="btrfs">
			Enables dependencies for the "btrfs" graph driver, including
			necessary kernel flags.
		</flag>
    <flag name="device-mapper">
			Enables dependencies for the "devicemapper" graph driver, including
			necessary kernel flags.
		</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:kubernetes:cri-o</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>