Skip to content

32.0.1 image reporting 32 bit php #2490

@berandtkj

Description

@berandtkj

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs infoAdditional info needed to triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions