summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/lxd: drop 5.0.2-r1Joonas Niilola2023-03-251-205/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/docker-cli: keyword 23.0.1 for ~loongWANG Xuerui2023-03-221-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-containers/podman: fix quadlet generation issueMathieu Tortuyaux2023-03-221-0/+1
| | | | | | | | | | Without prefix, the podman path generated by quadlet was targetting /usr/local/bin/podman (instead of /usr/bin/podman) Closes: https://bugs.gentoo.org/895956 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/30264 Signed-off-by: Sam James <sam@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: typo fix for LEGACY_VSYSCALL_NONE warningWilliam Hubbs2023-03-151-1/+1
| | | | | | | | The warning was not assigned to the proper configuration check. This commit fixes that issue which results in a better warning message. Bug: https://bugs.gentoo.org/900845 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: more kernel option fixesWilliam Hubbs2023-03-141-8/+29
| | | | | | | | - put SECURITY_SELINUX and SECURITY_APPARMOR behind the appropriate use flags - put MEMCG_SWAP and LEGACY_SYSCALL_EMULATE behind kernel version checks Bug: https://bugs.gentoo.org/900845 Signed-off-by: William Hubbs <williamh@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: drop hardened cruft from IUSESam James2023-03-111-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker-compose: keyword 2.16.0 for ~amd64, ~arm64William Hubbs2023-03-111-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-cli: fix man pages for 23.0.1William Hubbs2023-03-112-14/+11
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: fix (some) kernel check optionsSam James2023-03-111-5/+5
| | | | | | | This doesn't fix all of them, just the misspellings of VSYSCALL. Bug: https://bugs.gentoo.org/900845 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: drop USE=hardened hacksSam James2023-03-111-8/+0
| | | | | | | | | | | | | | | | 1. These aren't needed on hardened systems anyway (we've had default PIE on normal, non-hardened systems for years); 2. The relevant variables are gone upstream, see https://github.com/moby/moby/commit/877baae03e1810b6a6afaa8b767b8df25f5c5cae, which fails because of the grep sanity check in the ebuild (correctly); 3. If we did need to keep this check, we would need to do it based on a e.g. toolchain-funcs function to check if the toolchain defaults to PIE, but not based on USE=hardened. Closes: https://bugs.gentoo.org/900849 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: fix pkg_postinst referencing removed IUSE=cliSam James2023-03-111-21/+0
| | | | | Closes: https://bugs.gentoo.org/900771 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker-compose: unkeyword 2.16.0 for ~amd64, ~arm64William Hubbs2023-03-101-1/+1
| | | | | | This needs docker-cli-23.0.1. Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-cli: unkeyword 23.0.1William Hubbs2023-03-101-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-cli: fix commit for 23.0.1William Hubbs2023-03-101-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: changelog was removed, so don't try to install itWilliam Hubbs2023-03-101-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-compose: add 2.16.0William Hubbs2023-03-102-0/+51
| | | | | Closes: https://bugs.gentoo.org/894412 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 23.0.1William Hubbs2023-03-102-0/+349
| | | | | Closes: https://bugs.gentoo.org/900216 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-cli: add 23.0.1William Hubbs2023-03-102-0/+68
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-proxy: add 0.8.0_p20230118William Hubbs2023-03-102-0/+31
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/cosign: add 2.0.0William Hubbs2023-03-092-0/+32
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker-compose: Python 3.11Sebastian Pipping2023-03-101-0/+73
| | | | | Closes: https://bugs.gentoo.org/896510 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* app-containers/lxd: stabilize 5.0.2-r2 for amd64Joonas Niilola2023-03-091-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/sen: enable py3.11Sam James2023-03-091-1/+1
| | | | | | Closes: https://github.com/mgorny/python-bump-testing/issues/34 Closes: https://bugs.gentoo.org/896512 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/sen: drop 0.6.1_p20200905Sam James2023-03-091-39/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/lxd: include >=btrfs-6.1 fix from upstreamJoonas Niilola2023-03-082-0/+258
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxd: drop 5.0.1-r7Joonas Niilola2023-03-033-248/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/crun: add missing libgcrypt dep to 1.8.1Joonas Niilola2023-03-011-0/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/crun: bump to 1.8.1Robert Günzler2023-03-012-0/+70
| | | | | | | | | | includes python bump to 3.11 Closes: https://bugs.gentoo.org/895450 Closes: https://bugs.gentoo.org/896508 Signed-off-by: Robert Günzler <r@gnzler.io> Closes: https://github.com/gentoo/gentoo/pull/29854 Signed-off-by: Joonas Niilola <juippis@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/lxc: drop 5.0.1-r2Joonas Niilola2023-02-224-600/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxd: stabilize 5.0.2-r1 for amd64Joonas Niilola2023-02-221-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/netavark: new package, add 1.4.0Zac Medico2023-02-213-0/+412
| | | | | Closes: https://bugs.gentoo.org/895270 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/lxd: revbump stable and add subslot binder for raftJoonas Niilola2023-02-221-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/conmon: add 2.1.6Zac Medico2023-02-212-0/+50
| | | | | Closes: https://bugs.gentoo.org/895460 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/buildah: add 1.29.1Zac Medico2023-02-212-0/+52
| | | | | Closes: https://bugs.gentoo.org/895456 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/apptainer: add 1.1.6, drop 1.1.5Marek Szuba2023-02-212-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-containers/skopeo: fix commit hashWilliam Hubbs2023-02-211-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/skopeo: add 1.11.1William Hubbs2023-02-212-0/+39
| | | | | Closes: https://bugs.gentoo.org/895452 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/cni-plugins: add 1.2.0William Hubbs2023-02-212-0/+38
| | | | | Closes: https://bugs.gentoo.org/895458 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/lxc: stabilize 5.0.2 for x86Joonas Niilola2023-02-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: stabilize 5.0.2 for amd64Joonas Niilola2023-02-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/podman: add 4.4.1Zac Medico2023-02-172-0/+166
| | | | | Closes: https://bugs.gentoo.org/895164 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/docker-gc: treecleanJakov Smolić2023-02-122-29/+0
| | | | | Closes: https://bugs.gentoo.org/889200 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-containers/syft: fix metadata indentationPetr Vaněk2023-02-081-7/+7
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/grype: fix metadata indentationPetr Vaněk2023-02-081-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/cadvisor: fix testsWilliam Hubbs2023-02-051-2/+3
| | | | | Closes: https://bugs.gentoo.org/892896 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/cri-tools: Keyword 1.25.0 arm64, #891507Sam James2023-02-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>