barcus / bareos

Docker image for Bareos
https://hub.docker.com/r/barcus
MIT License
118 stars 56 forks source link

Status of Arm64 Support #149

Closed Byolock closed 2 years ago

Byolock commented 2 years ago

The description says :

Alpine images are available for linux/amd64 and linux/arm64/v8 platform

however the php-fpm-alpine image seems to not have an arm64 build :

https://hub.docker.com/r/barcus/php-fpm-alpine/tags

I managed to get to the webui by building an arm64 version myself, but I guess that's not supposed to be that way?

(smtpd is also only available for amd64)

barcus commented 2 years ago

thanks for the report @Byolock, for sure it's not supposed to be like that!

arm64 image is now available for php-fpm https://github.com/barcus/docker-php-fpm-alpine/commit/0b82b81e69bd6c60e7640fdf36f1e1bfb56d8d4b can you test it maybe ? :) https://hub.docker.com/r/barcus/php-fpm-alpine/tags

i'm going to check about smtp 👍

barcus commented 2 years ago

i found a lightweight docker image based on alpine and available for arm arch i tested it, it works well ! https://registry.hub.docker.com/r/devture/exim-relay

there is just one additional modification to apply in compose file about smtp host inside director container SMTP_HOST=smtpd:8025