-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
area/guest-vmGeneral configuration issues with the minikube guest VMGeneral configuration issues with the minikube guest VMkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
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; \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
Labels
area/guest-vmGeneral configuration issues with the minikube guest VMGeneral configuration issues with the minikube guest VMkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.