summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-06-03 22:04:17 -0700
committerZac Medico <zmedico@gentoo.org>2018-06-03 23:28:42 -0700
commit43081b4c1a5db43271206f712a11d68f814d0bc0 (patch)
treee2d7ec39f47c09ea760e5e77366a1896b77e3686 /app-emulation/cri-o/metadata.xml
parentapp-dicts/myspell-cy: stable 20130708 for ia64, bug #657312 (diff)
downloadgentoo-43081b4c1a5db43271206f712a11d68f814d0bc0.tar.gz
gentoo-43081b4c1a5db43271206f712a11d68f814d0bc0.tar.bz2
gentoo-43081b4c1a5db43271206f712a11d68f814d0bc0.zip
app-emulation/cri-o: new package
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/cri-o/metadata.xml')
-rw-r--r--app-emulation/cri-o/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-emulation/cri-o/metadata.xml b/app-emulation/cri-o/metadata.xml
new file mode 100644
index 000000000000..a18ec9b7d291
--- /dev/null
+++ b/app-emulation/cri-o/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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>
+ <flag name="ostree">
+ Enables dependencies for handling of OSTree images.
+ </flag>
+ </use>
+ <upstream>
+ <remote-id type="github">kubernetes-incubator/cri-o</remote-id>
+ </upstream>
+</pkgmetadata>