-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build images with AVIF support #1959
Comments
https://php.watch/versions/8.1/gd-avif I see that we are currently building images as follows
However,
Similarly why is 26 not on 8.2. This situation is going to repeat itself.
Mentioned in #1950. Is there some reason we are not bumping the versions? What implications does this have? (Pretty sure the Dockerfile templates are common for 24, 25, 26 right?) |
|
https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html is the source of truth for the recommend PHP versions. |
We need these. |
When/if upstream ( |
Related to juliusknorr/nextcloud-docker-dev#177
User Story
I am considering working on adding AVIF preview support to Nextcloud nextcloud/server#13552. I'd like to start the discussion with getting AVIF into the images.
Proposed Solution
Install AVIF in the images that have a PHP GD version that supports it.
Requirements should just be:
libavif-dev libaom-dev libdav1d-dev
--with-avif
Alternative Considerations
The text was updated successfully, but these errors were encountered: