-
Notifications
You must be signed in to change notification settings - Fork 5
chore: add Ubuntu 22.04 Jammy Jellyfish #185
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
Conversation
|
https://drone.owncloud.com/owncloud-docker/php/548/2/2 These errors are probably because there is PHP8.x, and actually I need to explicitly select PHP 7.4. |
3ef0f77 to
236e330
Compare
|
https://ubuntu.pkgs.org/22.04/ubuntu-universe-amd64/libx265-199_3.5-2_amd64.deb.html
|
https://www.freexian.com/lts/php/pecl-extensions/ does not have I suppose that we don't need this anyway. I will drop it and see how CI goes. |
|
Now we get: I need to dig around to find out what is going on... |
Let's use Ubuntu's imagick and do not build on our own for the time being - hopefully it is up to date enough |
|
Removing use of |
1079643 to
9b1a028
Compare
|
I squashed, rebased and pushed. After reviewing and merging, then I can do something in and then make similar in Then we can decide to switch |
We have PHP 7.4 available on Ubuntu 20.04.
This PR also makes it available on Ubuntu 22.04 so that we have the option to use that when we need to.
Note: I suspect that this will install PHP 8.1 on Ubuntu 22.04 by default, and I will have to make some changes to explicitly install PHP 7.4, similar to what is done for https://github.com/owncloud-ci/php