Open
Description
Noticed we have https://github.com/docker/buildx/blob/master/driver/manager.go#L87 as part of driver generic properties (added with k8s driver). But this key does not seem to be driver-specific but more defines the build behavior.
I think it should be refactored so that build gets the Driver instance and then type checks against a SetStickyKey()
interface that k8s driver can implement and calls it with the context path.