docker icon indicating copy to clipboard operation
docker copied to clipboard

32.0.1 image reporting 32 bit php

Open berandtkj opened this issue 2 months ago • 1 comments

Hello, It appears that something in the apache image tagged :32.0.1 is using 32 bit architecture which is creating a php error in nextcloud interface. The the apache image tagged :latest seems good using 64 bit.This is an FYI for the maintainer. See below output. If this was already resolved please let me know.. Thanks.

$docker inspect nextcloud:32.0.1 | grep Architecture "Architecture": "386",

$docker inspect nextcloud:latest | grep Architecture "Architecture": "amd64",

berandtkj avatar Oct 28 '25 03:10 berandtkj

Without more context, such as the other digest/inspect info, not sure. Pulls the proper architecture here for me at least as of today:

        "Architecture": "amd64",

Are you still seeing this?

joshtrichards avatar Nov 21 '25 16:11 joshtrichards