mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
We now skip integration tests: 1. Let's assume that we can trust docker can do that on their own infra 2. We don't want to rely on a running dockerd 3. We can't access the network to pull requested containers Bring this package under the umbrella of the containers project as disussed on IRC Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
24 lines
819 B
XML
24 lines
819 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>nic@boet.cc</email>
|
|
<name>Nic Boet</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>containers@gentoo.org</email>
|
|
<name>Containers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">docker/buildx</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
buildx is a Docker CLI plugin for extended build capabilities with BuildKit.
|
|
BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner.
|
|
</longdescription>
|
|
</pkgmetadata>
|