ExaWorks / SDK

ExaWorks SDK
11 stars 12 forks source link

Deploy failure #61

Closed SteVwonder closed 3 years ago

SteVwonder commented 3 years ago

Now that #56 is in, there is no longer a base directory, but the deploy action references that, resulting in a failure:

/usr/bin/docker buildx build --tag exaworks/sdk-base:latest --platform linux/amd64 --iidfile /tmp/docker-build-push-8tigHo/iidfile --push ./docker/base
#1 [internal] load build definition from Dockerfile
#1 sha256:dbb03c8c0e583c9a5b1d8874c9bbd8c12eb9a4942e9e8b56c799a4824e5bae7f
#1 transferring dockerfile: 2B done
#1 DONE 0.0s
error: failed to solve: rpc error: code = Unknown desc = failed to read dockerfile: open /tmp/buildkit-mount486942055/Dockerfile: no such file or directory

I can handle this in #51 after my rebase.