haxqer / confluence

The simplest docker file of Confluence. Support v8.9.6(latest) v9.0.3(latest) and v8.5.15(lts)
396 stars 206 forks source link

ARM64 support #66

Closed mfide closed 2 months ago

mfide commented 2 months ago

Hello,

When I try to docker compose up -d on my RaspberryPi5 8GB, I get following error:

confluence The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Is it possible to add ARM64 support?

Thanks.

haxqer commented 2 months ago

Compilation has been completed; please utilize version 8.9.4. Should any issues arise during use, do not hesitate to report them, and I will endeavor to address them to the best of my ability.

mfide commented 2 months ago

image: haxqer/confluence:8.9.4-arm worked fine, thank you :)