I was running my dagger pipeline just fine a few days ago. The trouble started when I updated from 0.9.7 to 0.9.9 and now my pipeline will no longer run. I removed the dagger-engine container and pruned all volumes to try to get dagger to a clean slate but that did not work. This is the output I get when trying to run the pipeline:
Downloading CLI... OK!
Creating new Engine session... OK!
Establishing connection to Engine... failed to resolve image digest: error getting credentials - err: exec: "docker-credential-pass": executable file not found in $PATH, out: ``
falling back to leftover engine
Error: new client: no fallback container found
OK!
file:///var/home/bojan/projects/lambda-sol/mind-central/mind-central-web/node_modules/@dagger.io/dagger/dist/provisioning/bin.js:187
throw new EngineSessionError(e.stderr);
^
EngineSessionError
at file:///var/home/bojan/projects/lambda-sol/mind-central/mind-central-web/node_modules/@dagger.io/dagger/dist/provisioning/bin.js:187:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
cause: undefined,
code: 'D105'
}
Node.js v20.9.0
I should note that my host OS is fedora silverblue with podman as the container engine and I have symlinked podman to docker.