Today, the FakeSmtp image is outdated and only supports AMD64 CPU architecture. It is even outdated that with the AMD64 emulator, I still can not run the tests that used FakeSmtp on my Mac (M1 chip).
We have the Dockerfile: https://github.com/ambled/rest-smtp-sink/blob/master/Dockerfile
Let's try to upgrade the Node version + build multi-architecture (AMD64/ARM) to ease running tests on ARM chip (which seems impossible today)
Note: This FakeSmtp still runs well on AMD64 chip and CI, not a priority for now, putting in backlog.
Today, the FakeSmtp image is outdated and only supports AMD64 CPU architecture. It is even outdated that with the AMD64 emulator, I still can not run the tests that used FakeSmtp on my Mac (M1 chip).
We have the Dockerfile: https://github.com/ambled/rest-smtp-sink/blob/master/Dockerfile
Let's try to upgrade the Node version + build multi-architecture (AMD64/ARM) to ease running tests on ARM chip (which seems impossible today)
Note: This FakeSmtp still runs well on AMD64 chip and CI, not a priority for now, putting in backlog.