-
Notifications
You must be signed in to change notification settings - Fork 279
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
[BUG] Iroha fails to start on MacOS M1 using Docker Compose single dev #3451
Labels
Bug
Something isn't working
Dev defect
The defect was found at the development stage. Did not have an impact on users.
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Comments
AlexStroke
added
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
May 4, 2023
AlexStroke
added
Dev defect
The defect was found at the development stage. Did not have an impact on users.
QA-confirmed
This bug is reproduced and needs a fix
labels
May 4, 2023
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Jul 26, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Jul 26, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Jul 26, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
appetrosyan
pushed a commit
to ilchu/iroha
that referenced
this issue
Jul 27, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Jul 28, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
appetrosyan
pushed a commit
to ilchu/iroha
that referenced
this issue
Jul 28, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
appetrosyan
pushed a commit
that referenced
this issue
Jul 28, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
mversic
pushed a commit
that referenced
this issue
Oct 17, 2023
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Something isn't working
Dev defect
The defect was found at the development stage. Did not have an impact on users.
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
OS and Environment
MacOS M1, Docker Hub
GIT commit hash
b185545
Minimum working example / Steps to reproduce
docker compose -f docker-compose.dev.single.yml up -d
Actual result
The process fails with an error related to loading metadata for the archlinux:base-devel image.
Expected result
Iroha 2 should start successfully using Docker Compose on MacOS M1.
Who can help to reproduce?
@astrokov7
Notes
It seems that the archlinux:base-devel image is not compatible with the M1 platform. Consider switching to a compatible image, such as arm64v8/archlinux:base-devel, or using a multi-architecture image
The text was updated successfully, but these errors were encountered: