Commit Graph

4 Commits

Author SHA1 Message Date
Bruce Ashfield
780c0e56b5 catatonit: update to v0.2.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>
2025-06-26 12:10:09 -04:00
Bruce Ashfield
bc2a750d5c containers: adapt to UNPACKDIR changes
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>
2025-06-25 22:40:08 -04:00
Patrick Wicki
7e17ee02a3 catatonit: update to version 0.2.0
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>
2023-11-06 16:21:12 +00:00
Andrei Gherzan
481b716f7c catatonit: Integrate version 0.1.7
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>
2022-09-16 11:12:41 -04:00