Skip to content

Rename the "sysdig" and "podman" packages in ISO buildroot #22105

@afbjorklund

Description

@afbjorklund

The package names are conflicting with the default packages:

sysdig (since 2015.05)

podman (since 2025.05)

Renaming them would avoid having to patch/remove buildroot...

                perl -pi -e 's@\s+source "package/sysdig/Config\.in"\n@@;' $(BUILD_DIR)/buildroot/package/Config.in; \
                rm -r $(BUILD_DIR)/buildroot/package/sysdig; \

#21997 (comment)

Similar to other packages, that have been duplicated from default:

crun-latest
runc-master
cni-plugins-latest
containerd-bin
docker-bin
docker-buildx
nerdctl-bin

Eventually it would be nice to use upstream OS as much as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/guest-vmGeneral configuration issues with the minikube guest VMkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions