summaryrefslogtreecommitdiffstats
path: root/recipes-containers/catatonit
Commit message (Collapse)AuthorAgeFilesLines
* catatonit: update to v0.2.1Bruce Ashfield2025-06-261-1/+1
| | | | | | | | | | | | | | | | | Bumping catatonit to version v0.2.1-3-g56579ad, which comprises the following commits: 56579ad main: don't use secure_getenv ead41eb VERSION: back to development bb3b96b VERSION: release v0.2.1 2e85478 CHANGELOG: add changelog file f80876f init: switch to / after spawning subprocess bef5d5f README: explain how docker run --init is supposed to work 064bc9f Add a usage example for Dockerfile in README 65e1b96 fix build with kernel < 5.9 880defa version: back to development 7f0c9bb version: release catatonit 0.2.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* containers: adapt to UNPACKDIR changesBruce Ashfield2025-06-251-1/+0
| | | | | | | | | | | | | This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Update our GOPATH references to use UNPACKDIR - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* catatonit: update to version 0.2.0Patrick Wicki2023-11-061-3/+3
| | | | | | | | | | | | | | Main change is the relicense from GPL-3 to GPL-2, which will allow catatonit (and hence podman) to be used in deployments where the license previously posed an issue. Contains the following commits: 7f0c9bb version: release catatonit 0.2.0 fe191ef license: switch to GPLv2-or-later Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* catatonit: Integrate version 0.1.7Andrei Gherzan2022-09-161-0/+16
This is useful for podman system tests. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>