summaryrefslogtreecommitdiff
blob: d9f76835717a842590e6e6849f6216e0f93b8101 (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
30
31
32
<?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">
		rkt is the next-generation container manager for Linux clusters.
		Designed for security, simplicity, and composability within modern
		cluster architectures, rkt discovers, verifies, fetches, and executes
		application containers with pluggable isolation. rkt can run the same
		container with varying degrees of protection, from lightweight,
		OS-level namespace and capabilities isolation to heavier, VM-level
		hardware virtualization.
	</longdescription>
	<use>
		<flag name="actool">Install the actool for ACI manipulation</flag>
		<flag name="rkt_stage1_coreos">Download and use a prebuilt stage1.aci from CoreOS</flag>
		<flag name="rkt_stage1_fly">Build stage1-fly.aci</flag>
		<flag name="rkt_stage1_kvm" restrict="&lt;app-emulation/rkt-1.15.0">
			This flag has been replaced by the rkt_stage1_kvm_* flags
		</flag>
		<flag name="rkt_stage1_kvm_lkvm">Build stage1-kvm-lkvm.aci</flag>
		<flag name="rkt_stage1_kvm_qemu">Build stage1-kvm-qemu.aci</flag>
		<flag name="rkt_stage1_src">Build the stage1.aci from source</flag>
		<flag name="rkt_stage1_host">Assemble stage1.aci from host binaries</flag>
	</use>
	<upstream>
		<remote-id type="github">coreos/rkt</remote-id>
	</upstream>
</pkgmetadata>