buildkit: Upgrade to buildkit v0.14.0
Use the latest version of the buildkit module.
The new version includes numerous bug fixes and the dockerui
package
which provides common frontend handling of options passed by the Docker
user toolchain (docker build
and docker buildx
). This should allow
us to refactor out much of the implementation in our buildkit
sub
package that was copied from upstream's dockerfile frontend.