Currently when using remote git bake definition buildx bake git:// then context is fixed as a relative directory inside the git location. It should be possible for remote bake to use local context. Possible solutions would be to define the path as local:// or special rule for path starting with ./
Currently when using remote
gitbake definitionbuildx bake git://then context is fixed as a relative directory inside the git location. It should be possible for remote bake to use local context. Possible solutions would be to define the path aslocal://or special rule for path starting with./