In https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md, there are some references to tags that are wrong:
docker/dockerfile:v1.2 (notice the extra "V")
docker/dockerfile:experimental
They should be replaced with references to docker/dockerfile:1.2 I believe.
In https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md, there are some references to tags that are wrong:
docker/dockerfile:v1.2(notice the extra "V")docker/dockerfile:experimentalThey should be replaced with references to
docker/dockerfile:1.2I believe.