wepay / waltz

Waltz is a quorum-based distributed write-ahead log for replicating transactions
https://wepay.github.io/waltz/
Apache License 2.0
411 stars 35 forks source link

Specify $platform parameter to support running zookeeper with Apple M1 #161

Closed Hans3q closed 2 years ago

Hans3q commented 2 years ago

the problem: zookeeper 3.4 docker image does not support Apple M1 and triggers error no matching manifest for linux/arm64/v8 in the manifest list entries the fix: add parameter platform=linux/amd64 to docker run command