barcus/bareos

Status of Arm64 Support

Closed this issue · 2 comments

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)

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

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

i'm going to check about smtp 👍

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