CI(deps): Update ubuntu Docker tag to v26 (main)#7552
Conversation
|
The list of packages need to be updated for 26.04 |
Yes, can I modify this PR or should I create a new one? |
|
Just edit it, it's related. We can even remove renovate from the coauthors if you'd like |
03b1ccb to
095c687
Compare
095c687 to
c4a1eb9
Compare
|
Ah, wxPython might not have wheels yet for ubuntu 26.04. I made a PR last week to add it to their CI, I dont think it was merged yet. wxWidgets/Phoenix#2906 |
Co-authored-by: Stefan Blumentrath <stefan.blumentrath@gmx.de>
| FROM ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS common_start | ||
| FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start | ||
|
|
||
| ARG BASE_NAME="ubuntu:24.04" |
There was a problem hiding this comment.
| ARG BASE_NAME="ubuntu:24.04" | |
| ARG BASE_NAME="ubuntu:26.04" |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start | ||
|
|
||
| ARG BASE_NAME="ubuntu:24.04" | ||
| ARG PYTHON_VERSION=3.12 |
There was a problem hiding this comment.
| ARG PYTHON_VERSION=3.12 | |
| ARG PYTHON_VERSION=3.14 |
| FROM ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS common_start | ||
| FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start | ||
|
|
||
| ARG BASE_NAME="ubuntu:24.04" |
There was a problem hiding this comment.
| ARG BASE_NAME="ubuntu:24.04" | |
| ARG BASE_NAME="ubuntu:26.04" |
| FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start | ||
|
|
||
| ARG BASE_NAME="ubuntu:24.04" | ||
| ARG PYTHON_VERSION=3.12 |
There was a problem hiding this comment.
| ARG PYTHON_VERSION=3.12 | |
| ARG PYTHON_VERSION=3.14 |
| gcc \ | ||
| git \ | ||
| language-pack-en-base \ | ||
| libarmadillo12 \ |
There was a problem hiding this comment.
| libarmadillo15 \ |
| libgeotiff5 \ | ||
| libgif7 \ | ||
| libgsl-dev \ | ||
| libgsl27 \ |
I see. I wait with merging the suggestions above to avoid triggering more CI runs. From what has been run so far we can see that the docker images build in principle. Would it be an alternative to install wxPython directly from their github releases (https://github.com/wxWidgets/Phoenix/releases/tag/wxPython-4.2.5) instead of waiting for published wheels? |

This PR contains the following updates:
24.04→26.04Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.