Hey friends! When I try to run the sandbox with: `...
# flyte-deployment
b
Hey friends! When I try to run the sandbox with:
Copy code
docker run --rm --privileged -p 30081:30081 -p 30082:30082 -p 30084:30084 <http://cr.flyte.org/flyteorg/flyte-sandbox:dind|cr.flyte.org/flyteorg/flyte-sandbox:dind>
It fails with an error:
Copy code
"flyteorg" has been added to your repositories
Deploying Flyte-deps...
Release "flyte-deps" does not exist. Installing it now.
Error: failed to download "flyteorg/flyte-deps" at version "v1.0.2-b1" (hint: running `helm repo update` may help)
k
can you use the latest release image so it's not pulling in the beta release? https://github.com/flyteorg/flyte/pkgs/container/flyte-sandbox/21434609?tag=v1.0.1
b
does it contain a docker client?
ah I hadn't realised that dind was pulling the latest image version
It worked thx
168 Views