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
MacOS 13.3
2f371c9
Kagami build
cargo run --bin kagami -- swarm --peers 5 --outdir ./kagami_config --build /path/to/iroha/
Docker compose up
docker-compose -f ./kagami_config/docker-compose.yml up -d
a similar problem occurs when build kagami with from the git repository
cargo run --bin kagami -- swarm --peers 5 --outdir ./kagami_config_github --build-from-github
docker-compose up after local build
[+] Building 2.9s (14/14) FINISHED => [kagami_config-iroha3 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config-iroha0 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config-iroha2 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config-iroha4 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config-iroha1 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config-iroha3 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config-iroha0 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config-iroha2 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config-iroha4 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config-iroha1 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => CANCELED [kagami_config-iroha2 internal] load metadata for docker.io/library/alpine:3.16 2.6s => ERROR [kagami_config-iroha2 internal] load metadata for docker.io/library/archlinux:base-devel 2.6s => [auth] library/archlinux:pull token for registry-1.docker.io 0.0s => [auth] library/alpine:pull token for registry-1.docker.io 0.0s ------ > [kagami_config-iroha2 internal] load metadata for docker.io/library/archlinux:base-devel: ------ failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:c1cc82cde7e0439dc17ade3633bc8daf92a8ce11990311d02b17ec14e3db959d: not found
docker-compose up after when build kagami from the git repo
[+] Building 2.5s (14/14) FINISHED => [kagami_config_github-iroha2 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config_github-iroha1 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config_github-iroha3 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config_github-iroha4 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config_github-iroha0 internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [kagami_config_github-iroha2 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config_github-iroha1 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config_github-iroha3 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config_github-iroha4 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => [kagami_config_github-iroha0 internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => ERROR [kagami_config_github-iroha2 internal] load metadata for docker.io/library/archlinux:base-devel 2.2s => CANCELED [kagami_config_github-iroha1 internal] load metadata for docker.io/library/alpine:3.16 2.2s => [auth] library/alpine:pull token for registry-1.docker.io 0.0s => [auth] library/archlinux:pull token for registry-1.docker.io 0.0s ------ > [kagami_config_github-iroha2 internal] load metadata for docker.io/library/archlinux:base-devel: ------ failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:c1cc82cde7e0439dc17ade3633bc8daf92a8ce11990311d02b17ec14e3db959d: not found
deploy successfully
unfortunately I have nothing to add here
@timofeevmd
No response
The text was updated successfully, but these errors were encountered:
@timofeevmd, it might work on iroha2-dev branch after merge of #3747. Could you check it?
iroha2-dev
Sorry, something went wrong.
done
0x009922
No branches or pull requests
OS and Environment
MacOS 13.3
GIT commit hash
2f371c9
Minimum working example / Steps to reproduce
Kagami build
Docker compose up
a similar problem occurs when build kagami with from the git repository
Actual result
docker-compose up after local build
docker-compose up after when build kagami from the git repo
Expected result
deploy successfully
Logs in JSON format
unfortunately I have nothing to add here
Who can help to reproduce?
@timofeevmd
Notes
No response
The text was updated successfully, but these errors were encountered: