Hi, I was playing at pulling the Dagger engine Docker image through my Artifactory instance. During this I seemed to have broken my setup. Even without the Artifactory setup and pulling from the Internet as standard I get an error about failing to create the base fs
✔ connect 0.2s ✘ load module 0.1s ! failed to get configured module: input: moduleSource failed to load local module source context: select: failed to get content hash: failed to get snapshot: failed to sync: failed to create local fs: failed to create base fs: resolve : lstat /var/lib/dagger/worker/snapshots/snapshots/4/fs/mnt: no such file or directory │ ✘ finding module configuration 0.1s │ ! input: moduleSource failed to load local module source context: select: failed to get content hash: failed to get snapshot: failed to sync: failed to create local fs: failed to create base fs: resolve : lstat /var/lib/dagger/worker/snapshots/snapshots/4/fs/mnt: no such file or directory │ │ ✘ moduleSource(refString: "."): ModuleSource! 0.0s │ │ ! failed to load local module source context: select: failed to get content hash: failed to get snapshot: failed to sync: failed to create local fs: failed to create base fs: resolve : lstat /var/lib/dagger/worker/snapshots/snapshots/4/fs/mnt: no such file or directory
Can someone help me fix this as I'm not clear on what's happened.