Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unbale to start the sandbox in windows #92

Closed
raj713335 opened this issue Dec 24, 2021 · 1 comment
Closed

unbale to start the sandbox in windows #92

raj713335 opened this issue Dec 24, 2021 · 1 comment
Labels
new-bug Bug report that needs triage

Comments

@raj713335
Copy link

Subject of the issue

unable to run the sandbox

ZEUS@DESKTOP-NDIDRTG MINGW64 ~/Desktop/Algorand/sandbox (master)
$ ./sandbox up -v

Starting default sandbox: release

  • docker-compose up -d
    Building indexer
    [+] Building 25.3s (12/12) FINISHED
    => [internal] load build definition from Dockerfile 1.7s
    => => transferring dockerfile: 611B 0.1s
    => [internal] load .dockerignore 1.1s
    => => transferring context: 67B 0.0s
    => [internal] load metadata for docker.io/library/golang:1.17.5-alpine 15.5s
    => [auth] library/golang:pull token for registry-1.docker.io 0.0s
    => [1/7] FROM docker.io/library/golang:1.17.5-alpine@sha256:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74 0.0s
    => [internal] load build context 0.5s
    => => transferring context: 3.55kB 0.0s
    => CACHED [2/7] WORKDIR /opt/indexer 0.0s
    => CACHED [3/7] RUN apk add --no-cache git bzip2 make bash libtool boost-dev autoconf automake g++ 0.0s
    => CACHED [4/7] COPY images/indexer/disabled.go /tmp/disabled.go 0.0s
    => CACHED [5/7] COPY images/indexer/start.sh /tmp/start.sh 0.0s
    => CACHED [6/7] COPY images/indexer/install.sh /tmp/install.sh 0.0s
    => ERROR [7/7] RUN /tmp/install.sh 7.3s

[7/7] RUN /tmp/install.sh:
#12 1.587 Cloning into '/opt/indexer'...
#12 6.608 fatal: unable to access 'https://github.com/algorand/indexer/': Could not resolve host: github.com


executor failed running [/bin/sh -c /tmp/install.sh]: exit code: 128
ERROR: Service 'indexer' failed to build : Build failed

executor failed running [/bin/sh -c /tmp/install.sh]: exit code: 128
ERROR: Service 'indexer' failed to build : Build failed

Your environment

Steps to reproduce

Expected behaviour

Actual behaviour

@raj713335 raj713335 added the new-bug Bug report that needs triage label Dec 24, 2021
@rjblopes
Copy link

Had similar problem in Mac and updating Docker fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-bug Bug report that needs triage
Projects
None yet
Development

No branches or pull requests

2 participants