hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

[BUG] Change the base Linux version when building the image #5100

Closed timofeevmd closed 4 weeks ago

timofeevmd commented 1 month ago

OS and Environment

linux, k8s

GIT commit hash

cdf7dd76

Minimum working example / Steps to reproduce

Based on the performance testing results and discussions with Marin, we have decided to switch the base operating system from Linux Alpine to Linux Debian. When building the Docker image, the Dockerfile.glibc should be used.

Alpine-based image:

2024-09-25 11 39 44

2024-09-25 11 39 18

Debian-based image

2024-09-25 11 41 28

2024-09-25 11 41 33

Actual result

Delivery of the product to the customer image based on alpine linux image

Expected result

Delivery of the product to the customer with increased throughput.

Logs

Log contents ```json Replace this text with a JSON log, so it doesn't grow too large and has highlighting. ```

Who can help to reproduce?

@timofeevmd

Notes

No response