diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:55:21 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:58:42 -0800 |
commit | b30b0991ccbb37341ee64b166676a2f765c5cda5 (patch) | |
tree | 4deed3850e6cf8fd40406fd9cf9ff0a10e205fbb /app-emulation/docker/metadata.xml | |
parent | Move {app-emulation -> app-containers}/docker-cli (diff) | |
download | gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.gz gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.bz2 gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.zip |
Move {app-emulation -> app-containers}/docker
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/docker/metadata.xml')
-rw-r--r-- | app-emulation/docker/metadata.xml | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/app-emulation/docker/metadata.xml b/app-emulation/docker/metadata.xml deleted file mode 100644 index e58aa2015b46..000000000000 --- a/app-emulation/docker/metadata.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - Docker is an open-source project to easily create lightweight, - portable, self-sufficient containers from any application. The same - container that a developer builds and tests on a laptop can run at - scale, in production, on VMs, bare metal, OpenStack clusters, public - clouds and more. - </longdescription> - <maintainer type="person"> - <email>williamh@gentoo.org</email> - <name>William Hubbs</name> - </maintainer> - <maintainer type="person"> - <email>gyakovlev@gentoo.org</email> - <name>Georgy Yakovlev</name> - </maintainer> - <use> - <flag name="aufs"> - Enables dependencies for the "aufs" graph driver, including - necessary kernel flags. - </flag> - <flag name="apparmor"> - Enable AppArmor support. - </flag> - <flag name="btrfs"> - Enables dependencies for the "btrfs" graph driver, including - necessary kernel flags. - </flag> - <flag name="cli"> - This is a temporary use flag which pulls in - app-containers/docker-cli, the docker command line client. - This flag is here to assist in the transition to split packages - and will be removed in a future release. - </flag> - <flag name="container-init"> - Makes the a staticly-linked init system tini available inside a - container. - </flag> - <flag name="device-mapper"> - Enables dependencies for the "devicemapper" graph driver, including - necessary kernel flags. - </flag> - <flag name="overlay"> - Enables dependencies for the "overlay" graph driver, including - necessary kernel flags. - </flag> - </use> - <upstream> - <remote-id type="github">moby/moby</remote-id> - </upstream> -</pkgmetadata> |