You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/rkt/metadata.xml

33 lines
1.4 KiB

<?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>