docker
docker copied to clipboard
32.0.1 image reporting 32 bit php
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",
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?