heyo!
seeing this:
! failed to compute cache key: failed to calculate checksum of ref xiu55c1jq3xugon51fkqof39d::3t94q30e0knfzgbcw1w83bd6n: failed to walk /tmp/buildkit-mount1070198154/bin: lstat /tmp/buildkit-mount1070198154/bin: no such file or directory
my function looks something like this
func (m *Go) BuildContainer(src *Directory) *Container {
return dag.Container().
WithDirectory("/src", src).
WithWorkdir("/src").
Directory("/src").
DockerBuild()
}
pretty cryptic. any ideas?