CI(deps): Update ubuntu Docker tag to v26 (main) by renovate[bot] · Pull Request #7552 · OSGeo/grass · GitHub
Skip to content

CI(deps): Update ubuntu Docker tag to v26 (main)#7552

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/main-ubuntu-26.x
Open

CI(deps): Update ubuntu Docker tag to v26 (main)#7552
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/main-ubuntu-26.x

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ubuntu final major 24.0426.04

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions Bot added the docker Docker related label Jun 14, 2026
@echoix

echoix commented Jun 17, 2026

Copy link
Copy Markdown
Member

The list of packages need to be updated for 26.04

@ninsbl

ninsbl commented Jun 17, 2026

Copy link
Copy Markdown
Member

The list of packages need to be updated for 26.04

Yes, can I modify this PR or should I create a new one?

@echoix

echoix commented Jun 17, 2026

Copy link
Copy Markdown
Member

Just edit it, it's related. We can even remove renovate from the coauthors if you'd like

@renovate renovate Bot force-pushed the renovate/main-ubuntu-26.x branch from 03b1ccb to 095c687 Compare June 19, 2026 09:49
@renovate renovate Bot force-pushed the renovate/main-ubuntu-26.x branch from 095c687 to c4a1eb9 Compare June 19, 2026 20:43
@echoix

echoix commented Jun 20, 2026

Copy link
Copy Markdown
Member

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

Comment thread docker/ubuntu/Dockerfile Outdated
Comment thread docker/ubuntu/Dockerfile Outdated
Co-authored-by: Stefan Blumentrath <stefan.blumentrath@gmx.de>
Comment thread Dockerfile
FROM ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS common_start
FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start

ARG BASE_NAME="ubuntu:24.04"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ARG BASE_NAME="ubuntu:24.04"
ARG BASE_NAME="ubuntu:26.04"

@renovate

renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Comment thread Dockerfile
FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start

ARG BASE_NAME="ubuntu:24.04"
ARG PYTHON_VERSION=3.12

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.14

Comment thread docker/ubuntu/Dockerfile
FROM ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS common_start
FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start

ARG BASE_NAME="ubuntu:24.04"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ARG BASE_NAME="ubuntu:24.04"
ARG BASE_NAME="ubuntu:26.04"

Comment thread docker/ubuntu/Dockerfile
FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS common_start

ARG BASE_NAME="ubuntu:24.04"
ARG PYTHON_VERSION=3.12

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.14

Comment thread Dockerfile
gcc \
git \
language-pack-en-base \
libarmadillo12 \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
libarmadillo15 \

Comment thread Dockerfile
libgeotiff5 \
libgif7 \
libgsl-dev \
libgsl27 \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
libgsl28 \

@ninsbl

ninsbl commented Jun 24, 2026

Copy link
Copy Markdown
Member

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

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?

@echoix

echoix commented Jun 24, 2026

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Docker related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants