I'm trying to follow this cookbook recipe to clone a private GitHub repository using an SSH key already available on my host.
https://docs.dagger.io/cookbook#clone-a-remote-git-repository-into-a-container-by-branch-tag-or-commit
I'm able to clone the repository from a terminal with git clone ... without issue.
However, when I replace the git repository URL in that cookbook example and try to run it I get the following error.
Error: failed to load cache key: NotFound: rpc error: code = NotFound desc = socket default not found: {"response":{"data":null,"errors":[{"message":"failed to load
che key: NotFound: rpc error: code = NotFound desc = socket default not found","path":["container","from","withDirectory","terminal"]}],"status":200,"headers":{}},"r
uest":{"query":"\n { container { from (address: \"alpine:latest\") { withDirectory (path: \"/src\",directory: \"ChV4eGgzOmIwODkyZDUwYjkwOWIyZDgSZQoVeHhoMzpiMDg
mQ1MGI5MDliMmQ4EkwKFXh4aDM6ZDg2NTNkYTVhZWRmZGM3MRINCglEaXJlY3RvcnkYARoEdHJlZUoVeHhoMzpiMDg5MmQ1MGI5MDliMmQ4Ugd2MC4xNi4xEm0KFXh4aDM6ZDg2NTNkYTVhZWRmZGM3MRJUChV4eGgzOm
NzRiN2M1M2RjYjQwZmISCgoGR2l0UmVmGAEaBmJyYW5jaCIQCgRuYW1lEgg6Bm1hc3RlckoVeHhoMzpkODY1M2RhNWFlZGZkYzcxEn4KFXh4aDM6ZjQ3NGI3YzUzZGNiNDBmYhJlEhEKDUdpdFJlcG9zaXRvcnkYARoDZ
0IisKA3VybBIkOiJnaXRAZ2l0aHViLmNvbTpnaWZmZ2FmZi9jaGFydHMuZ2l0ShV4eGgzOmY0NzRiN2M1M2RjYjQwZmJSB3YwLjE2LjE=\") { terminal { withWorkdir (path: \"/src\") { withExec (a
s: [\"ls\",\"-lah\",\".\"]) { stdout }}}}}} }\n "}}
Error: failed to load cache key: NotFound: rpc error: code = NotFound desc = socket default not found
! process "tsx --no-deprecation --tsconfig /src/tsconfig.json /src/src/__dagger.entrypoint.ts" did not complete successfully: exit code: 1