Skip to content

Update ubuntu Docker tag to v26#3851

Merged
timmo001 merged 1 commit into
devfrom
renovate/major-ci-docker-images
May 6, 2026
Merged

Update ubuntu Docker tag to v26#3851
timmo001 merged 1 commit into
devfrom
renovate/major-ci-docker-images

Conversation

@renovate

@renovate renovate Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ubuntu final major 22.0426.04

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@renovate renovate Bot added the dependencies Upgrade or downgrade of project dependencies. label May 6, 2026
@vercel

vercel Bot commented May 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
system-bridge Ready Ready Preview, Comment May 6, 2026 7:39pm

@timmo001

timmo001 commented May 6, 2026

Copy link
Copy Markdown
Owner

@copilot review this PR. Note any packages and what versions they will bump from and to

Copilot AI commented May 6, 2026

Copy link
Copy Markdown
Contributor

@copilot review this PR. Note any packages and what versions they will bump from and to

PR Review

This PR updates a single package in Dockerfile.ci-build-ubuntu:

File Package From To
Dockerfile.ci-build-ubuntu ubuntu (base image) 22.04 (sha256:962f6ca...) 26.04 (sha256:f3d2860...)

This is a major version bump, jumping directly from Ubuntu 22.04 (Jammy Jellyfish, April 2022 LTS) to Ubuntu 26.04 (April 2026 LTS), skipping Ubuntu 23.04, 23.10, 24.04 LTS, 24.10, 25.04, and 25.10.

⚠️ Concerns

  1. libfuse2 availability: In Ubuntu 22.04 the package was named libfuse2. Starting with Ubuntu 22.04 updates and carried forward, it was renamed to libfuse2t64 (the t64 suffix for 64-bit time_t transition). On Ubuntu 26.04 the old libfuse2 package name may no longer exist, which would cause the apt-get install step to fail. Consider replacing libfuse2 with libfuse2t64 (or dropping it if AppImageTool bundles its own FUSE runtime).

  2. Skipping two LTS releases: Jumping from 22.04 to 26.04 skips Ubuntu 24.04 LTS entirely. A more conservative, incremental upgrade to 24.04 first would reduce risk and make it easier to identify any breaking changes in APT packages, build tooling, or system libraries.

  3. libgtk-3-dev and other GUI libs: These are present in both releases, but minor version bumps may introduce header/ABI differences worth testing in CI.

No other packages or versions are changed by this PR — GO_VERSION (1.25.9) and NODE_VERSION (24.15.0) remain the same.

Copilot AI requested a review from timmo001 May 6, 2026 19:41
@timmo001 timmo001 enabled auto-merge (squash) May 6, 2026 19:43
@timmo001 timmo001 merged commit 434eda9 into dev May 6, 2026
20 checks passed
@timmo001 timmo001 deleted the renovate/major-ci-docker-images branch May 6, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants