summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/docker-buildx: drop 0.10.2, 0.10.4Matt Jolly2023-07-203-121/+0
| | | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31723 Closes: https://github.com/gentoo/gentoo/pull/31964 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker-buildx: add 0.11.2Matt Jolly2023-07-204-2/+68
| | | | | | | | | | | | | | 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>
* app-containers/docker-buildx: sync liveWilliam Hubbs2023-04-061-6/+5
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-buildx: 0.10.4-r1 revbump to fix dependenciesWilliam Hubbs2023-04-061-0/+61
| | | | | | | This needs to fix stable, so I'm pushing straight to stable. This is a docker cli plugin, so it needs to RDEPEND on docker-cli. Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-buildx: sync liveSam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker-buildx: Stabilize 0.10.4 ppc64, #903894Arthur Zamarin2023-04-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-containers/docker-buildx: Stabilize 0.10.4 arm64, #903894Arthur Zamarin2023-04-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-containers/docker-buildx: Keyword 0.10.4 x86, #901751Joonas Niilola2023-04-061-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/docker-buildx: Stabilize 0.10.4 amd64, #903894Joonas Niilola2023-04-061-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/docker-buildx: Keyword 0.10.4 ppc64, #901751Arthur Zamarin2023-04-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-containers/docker-buildx: Keyword 0.10.4 riscv, #901751Jakov Smolić2023-03-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-containers/docker-buildx: Keyword 0.10.4 arm, #901751Arthur Zamarin2023-03-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-containers/docker-buildx: ver bump 0.10.4Nic Boet2023-03-133-1/+68
| | | | | | Signed-off-by: Nic Boet <nic@boet.cc> Closes: https://github.com/gentoo/gentoo/pull/30022 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker-buildx: drop 0.9.1Matt Jolly2023-02-252-41/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29541 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/docker-buildx: add 0.10.2, 9999Matt Jolly2023-02-253-0/+117
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/docker-buildx: use egoSam James2022-12-051-9/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker-buildx: new packageNic Boet2022-12-053-0/+62
Today, Gentoo's offical docker-images depends on GitHub actions and Ubuntu image to build our release media. By adding this new docker "buildx" ebuild, building Gentoo docker images locally on Gentoo hosts becomes possible. Addtionally, Bug 873589 reports "buildx" not found. Bug: https://bugs.gentoo.org/873589 Closes: https://github.com/gentoo/gentoo/pull/28543 Signed-off-by: Nic Boet <nic@boet.cc> Signed-off-by: Sam James <sam@gentoo.org>