docker
docker copied to clipboard
(README) Add note about Alpine based image incompatibility
Alpine based images are not supported by OnlyOffice or Nextcloud Office.
Closes #1041 + some mingled in reports elsewhere like:
- https://github.com/nextcloud/docker/issues/1896#issuecomment-1601117063
AFAIK this only affects Apps that ship or download binaries (which is bad anyway). The Collabora/OnlyOffice Docker images are not affected.
Correct. Which, unfortunately, makes this is relevant to usage of the Collabora Online - Built-in CODE Server (aka: richdocumentscode) with the alpine variants of our fpm image. And it's an officially Recommended app + in the Hub bundle pushed at setup/install time by NC...
https://github.com/nextcloud/server/blob/23e5fe9a516a2befdeb59eb553bcc5149312db04/core/src/components/setup/RecommendedApps.vue#L86-L115
https://github.com/nextcloud/server/blob/23e5fe9a516a2befdeb59eb553bcc5149312db04/lib/private/App/AppStore/Bundles/HubBundle.php#L42-L47
The recognize app would be another (though it at least has a fallback slow mode):
- https://github.com/nextcloud/recognize/#requirements
I'd still prefer a more generic wording. This also depends on CPU architecture. If an app ships glibc-x86 binaries it will just not work on anything else.