docker icon indicating copy to clipboard operation
docker copied to clipboard

(README) Add note about Alpine based image incompatibility

Open joshtrichards opened this issue 2 years ago • 4 comments

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

joshtrichards avatar Oct 24 '23 21:10 joshtrichards

AFAIK this only affects Apps that ship or download binaries (which is bad anyway). The Collabora/OnlyOffice Docker images are not affected.

J0WI avatar Oct 26 '23 18:10 J0WI

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

joshtrichards avatar Oct 26 '23 22:10 joshtrichards

The recognize app would be another (though it at least has a fallback slow mode):

  • https://github.com/nextcloud/recognize/#requirements

joshtrichards avatar Oct 26 '23 22:10 joshtrichards

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.

J0WI avatar Nov 10 '23 16:11 J0WI