We've been using this image for some months already to execute our tests using Testcontainers. However we've experienced some performance issues when trying to run it on a mac m1.
We tried rebuilding the image using buildx as described here for linux/arm64/v8 architecture and the performance issue is gone now.
Do you think it would be possible for you to publish to DockerHub the image built for other architectures?
Hi there,
We've been using this image for some months already to execute our tests using Testcontainers. However we've experienced some performance issues when trying to run it on a mac m1.
We tried rebuilding the image using
buildx
as described here forlinux/arm64/v8
architecture and the performance issue is gone now.Do you think it would be possible for you to publish to DockerHub the image built for other architectures?
Please, let me know if you need further details.
Thanks in advance.