mattrayner / docker-lamp

A simple LAMP image using Ubuntu, Apache, PHP and MySql in a single image
Apache License 2.0
592 stars 262 forks source link

ARM is now default. #139

Open GRJ3KHKX opened 7 months ago

GRJ3KHKX commented 7 months ago

Ran updates with watchtower, and got this output:

exec /run.sh: exec format error

Looks like it's now pulling the ARM64 image instead of amd64.

mattrayner commented 7 months ago

Aaaaaaaah, I’ve changed to an m3 Mac, which would make sense. I’ll see what I can do to get an intel image up

Matt Rayner http://www.mattrayner.co.uk/

On Sat, 6 Apr 2024 at 14:55, GRJ3KHKX @.***> wrote:

Ran updates with watchtower, and got this output:

exec /run.sh: exec format error

Looks like it's now pulling the ARM64 image instead of amd64.

— Reply to this email directly, view it on GitHub https://github.com/mattrayner/docker-lamp/issues/139, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2XGNVEMHOIAPMHJI7SVETY375F7AVCNFSM6AAAAABF2O33W6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDSMRVGUZDKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pablingas commented 6 months ago

same problem : docker: image with reference docker.io/mattrayner/lamp:latest-2004-php8 was found but does not match the specified platform: wanted linux/amd64, actual: linux/arm64.

yolomaniac commented 1 month ago

Hello, what does it take to solve this? I would like to attempt a solution.