Got an error while trying to deploy dockerized documentation.
Everything works fine with local docker, but failing with remote. Both local and CI/CD (GitHub Actions).
Configuration: https://github.com/kyoto-framework/kyoto/blob/master/docs/v1/fly.toml
Workflow: https://github.com/kyoto-framework/kyoto/blob/master/.github/workflows/docs.yml
Output from local (with debug enabled)
$ LOG_LEVEL=debug fly deploy --remote-only
DEBUG Loaded flyctl config from/Users/yzinets/.fly/config.yml
DEBUG determined hostname: "krk-mpacs"
DEBUG determined working directory: "/Users/yzinets/Repositories/Personal/KyotoFramework/kyoto/docs/v0"
DEBUG determined user home directory: "/Users/yzinets"
DEBUG determined config directory: "/Users/yzinets/.fly"
DEBUG ensured config directory exists.
DEBUG ensured config directory perms.
DEBUG cache loaded.
DEBUG config initialized.
DEBUG initialized task manager.
DEBUG started querying for new release
Update available 0.0.318 -> v0.0.320.
Run "fly version update" to upgrade.
DEBUG client initialized.
DEBUG app config loaded from /Users/yzinets/Repositories/Personal/KyotoFramework/kyoto/docs/v0/fly.toml
==> Verifying app config
--> Verified app config
==> Building image
DEBUG trying remote docker daemon
DEBUG Reporting buildDEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: StartSourceBuildInput!) { startSourceBuild(input: $input) { sourceBuild { id } } }","variables":{"input":{"appId":"kyoto-docs-v0"}}}
}
DEBUG querying for release resulted to v0.0.320
DEBUG <-- 200 https://api.fly.io/graphql (436.98ms) {"errors":[{"message":"StartSourceBuildInput isn't a defined input type (on $input)","locations":[{"line":1,"column":10}],"path":["mutation"],"extensions":{"code":"variableRequiresValidType","typeName":"StartSourceBuildInput","variableName":"input"}},{"message":"Field 'startSourceBuild' doesn't exist on type 'Mutations'","locations":[{"line":1,"column":44}],"path":["mutation","startSourceBuild"],"extensions":{"code":"undefinedField","typeName":"Mutations","fieldName":"startSourceBuild"}},{"message":"Variable $input is declared by anonymous mutation but not used","locations":[{"line":1,"column":1}],"path":["mutation"],"extensions":{"code":"variableNotUsed","variableName":"input"}}]}
DEBUG Failed storing buildDEBUG Trying 'Buildpacks' strategy
DEBUG no buildpack builder configured, skipping
DEBUG result image:<nil> error:<nil>
DEBUG Trying 'Dockerfile' strategy
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }","variables":{"input":{"appName":"kyoto-docs-v0","organizationId":null}}}
}
DEBUG <-- 500 https://api.fly.io/graphql (37.04s) {"errors":[{"message":"An unknown error occured.","extensions":{"code":"SERVER_ERROR"}}],"data":{}}
DEBUG result image:<nil> error:error connecting to docker: An unknown error occured.
Error failed to fetch an image or build from source: error connecting to docker: An unknown error occured.