We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker-compose up
Two things stand out:
[+] Running 0/1 ⠿ icq Error 2.1s [+] Building 426.0s (17/17) FINISHED => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 747B 0.1s => [internal] load .dockerignore 0.1s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/golang:1.17-bullseye 1.1s => [internal] load build context 0.3s => => transferring context: 308.61kB 0.2s => [ 1/12] FROM docker.io/library/golang:1.17-bullseye@sha256:f5c4af017fff9fbab9d74a70bbb74cfa617bb5cd4bfca294236b 74.7s => => resolve docker.io/library/golang:1.17-bullseye@sha256:f5c4af017fff9fbab9d74a70bbb74cfa617bb5cd4bfca294236b170 0.0s => => sha256:f5c4af017fff9fbab9d74a70bbb74cfa617bb5cd4bfca294236b1704d30d0f7c 1.86kB / 1.86kB 0.0s => => sha256:af13da63026f5ad3d49724dd739144cbfb65e1516d95f6df906760130bdf5a66 1.80kB / 1.80kB 0.0s => => sha256:403a3fbbeec35c9443c73325ed41fe3042c57de7034f44bd2d908b1ec1dd387e 7.13kB / 7.13kB 0.0s => => sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 53.63MB / 53.63MB 10.7s => => sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 10.66MB / 10.66MB 2.4s => => sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 4.94MB / 4.94MB 1.4s => => sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 54.67MB / 54.67MB 11.9s => => sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 81.07MB / 81.07MB 18.1s => => sha256:e3f01185581e8618fd38cb1ec3e60ad0f9730d88ce9d4dde38990e463bdddc92 102.72MB / 102.72MB 24.4s => => sha256:f50b82d3bd838ffffcb5d9e0401f26d5df51c46d41958a5498c4bc411bc6ae39 126B / 126B 12.0s => => extracting sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 16.3s => => extracting sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 0.9s => => extracting sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 1.1s => => extracting sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 9.4s => => extracting sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 12.5s => => extracting sha256:e3f01185581e8618fd38cb1ec3e60ad0f9730d88ce9d4dde38990e463bdddc92 18.5s => => extracting sha256:f50b82d3bd838ffffcb5d9e0401f26d5df51c46d41958a5498c4bc411bc6ae39 0.0s => [ 2/12] RUN apt update && apt install git 12.9s => [ 3/12] WORKDIR /src/app 0.2s => [ 4/12] COPY ssh_config /root/.ssh/config 0.1s => [ 5/12] RUN git config --global url."[email protected]:".insteadOf "https://github.com/" 1.0s => [ 6/12] COPY go.mod go.mod 0.1s => [ 7/12] COPY go.sum go.sum 0.1s => [ 8/12] COPY . . 0.1s => [ 9/12] RUN go mod tidy 66.6s => [10/12] RUN go build 231.5s => [11/12] RUN ln -s /src/app/interchain-queries /usr/local/bin 2.0s => [12/12] RUN adduser --system --home /icq --disabled-password --disabled-login icq -U 1000 1.8s => exporting to image 33.1s => => exporting layers 33.0s => => writing image sha256:8c9983e0485b9f427b9237b7f10c89cedcd919341915756e4828e58df68a7310 0.0s => => naming to docker.io/library/stridezone:interchain-queries 0.0s Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them [+] Running 2/2 ⠿ Network interchain-queries_default Created 0.3s ⠿ Container interchain-queries-icq-1 Created 0.6s Attaching to interchain-queries-icq-1 interchain-queries-icq-1 | dial tcp: lookup stride1 on 127.0.0.11:53: no such host interchain-queries-icq-1 | client is not running. Use .Start() method to start interchain-queries-icq-1 exited with code 0 interchain-queries-icq-1 | dial tcp: lookup stride1 on 127.0.0.11:53: no such host interchain-queries-icq-1 | client is not running. Use .Start() method to start interchain-queries-icq-1 exited with code 0 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Two things stand out:
The text was updated successfully, but these errors were encountered: