bakerydemo icon indicating copy to clipboard operation
bakerydemo copied to clipboard

Docker-compose is specifying the Redis 3.0 image which is not available on ARM

Open kneckinator opened this issue 3 years ago • 1 comments

Th result is that Docker is trying to run an x86 image on ARM (in my case Apple M1) which fails with runtime: failed to create new OS thread (have 2 already; errno=22) .

My proposed solution is to change this to use Redis 4.0 (or later) which has official ARM images.

I am not aware of any side-effects of making this change for the bakerydemo and can provide a PR for this change.

kneckinator avatar Oct 19 '21 17:10 kneckinator

This would be great to have; I'm running into the same issue with Redis 3.0

juliat avatar Nov 23 '21 23:11 juliat

I see the file now says redis:6.2 so I’ll assume this is no longer relevant.

thibaudcolas avatar Nov 24 '22 15:11 thibaudcolas