#can you try running:
1 messages ยท Page 1 of 1 (latest)
Sorry for the late response. I tried your snippet but got the error that --source doesn't exists. So I changed to
$ dagger call -m github.com/shykes/core container from --address=alpine with-directory --path=/data --directory=.:default directory --path=/data glob --pattern='*'
And found this error instead
โ initialize 4.1s
โ prepare 0.0s
! failed to get value for argument "directory": input: moduleSource.resolveDirectoryFromCaller resolve: failed to get view: view "default" not found
โ ModuleSource.resolveDirectoryFromCaller(path: ".", viewName: "default"): Directory! 0.0s
! failed to get view: view "default" not found
It seems that default doesn't recognize from current module. But I understand your point now, if it can take the view from the current module, we can now inspect more easily. ๐
What if write it to module instead of calling the dagger call? Let me try.