docker-openwisp icon indicating copy to clipboard operation
docker-openwisp copied to clipboard

Building images broken on arm64 and x86_64

Open danielandross opened this issue 1 year ago • 1 comments

Hi, currently I am unable to build the images using docker-compose build command. It fails at the first image postfix. Tested on arm64 (though unsupported" and two machines with x86_64. It fails when installing openssl from world.

danielandross avatar Jan 27 '24 07:01 danielandross

Try changing the openssl version defined in the openwisp_postfix/Dockerfile file. I believe I had to change it from 3.0.8 to 3.0.12 for the build to work.

focher avatar Feb 13 '24 01:02 focher

This should have fixed it: https://github.com/openwisp/docker-openwisp/commit/f728f899f8307d8d2f838697b61427e8907a1490

nemesifier avatar Apr 23 '24 23:04 nemesifier