Compiling kubernetes without docker?

I’d like to compile kubernetes, from source, without the docker requirement (more generally without a container technology) and/or using a non-docker container technology (that is kubernetes OCI compliant). I’ve downloaded the entire source package and it’s vendor dependency directory and can’t seem to find a way to build k8s “without all that docker”.

Thanks in advance for your time.

I am curious why? I’d actually prefer to lean MORE on container stuff, to reduce randomness and inconsistency of tools.