Skip to content

fix(docker): upgrade base image from ubuntu:20.04 to ubuntu:22.04#13441

Merged
rjan90 merged 1 commit intomasterfrom
phi/update-docker-runtime-base
Dec 1, 2025
Merged

fix(docker): upgrade base image from ubuntu:20.04 to ubuntu:22.04#13441
rjan90 merged 1 commit intomasterfrom
phi/update-docker-runtime-base

Conversation

@rjan90
Copy link
Copy Markdown
Contributor

@rjan90 rjan90 commented Dec 1, 2025

Proposed Changes

Fixes issue reported here

The build stage uses golang:1.24.7-bookworm (glibc 2.36), but the runtime base was ubuntu:20.04 (glibc 2.31). This caused GLIBC_2.32/2.33/2.34 errors when running lotus binaries.

Ubuntu 22.04 provides glibc 2.35 which satisfies all required versions.

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility
Copilot AI review requested due to automatic review settings December 1, 2025 13:24
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FilOz Dec 1, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the Docker runtime base image from Ubuntu 20.04 to Ubuntu 22.04 to resolve GLIBC version incompatibility issues. The build stage uses golang:1.24.7-bookworm which requires GLIBC 2.32/2.33/2.34, but Ubuntu 20.04 only provides GLIBC 2.31, causing runtime errors. Ubuntu 22.04 provides GLIBC 2.35, which satisfies all required versions.

  • Upgrades runtime base image from ubuntu:20.04 to ubuntu:22.04 to fix GLIBC version mismatch

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@rjan90 rjan90 requested a review from Kubuxu December 1, 2025 14:01
@rjan90 rjan90 moved this from 📌 Triage to 🔎 Awaiting Review in FilOz Dec 1, 2025
@github-project-automation github-project-automation Bot moved this from 🔎 Awaiting Review to ✔️ Approved by reviewer in FilOz Dec 1, 2025
@rjan90 rjan90 merged commit dc30466 into master Dec 1, 2025
182 of 183 checks passed
@rjan90 rjan90 deleted the phi/update-docker-runtime-base branch December 1, 2025 17:30
@github-project-automation github-project-automation Bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz Dec 1, 2025
aceppaluni pushed a commit to aceppaluni/lotus that referenced this pull request Dec 2, 2025
…lecoin-project#13441)

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility
rjan90 added a commit that referenced this pull request Dec 3, 2025
…3441)

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility
@rjan90 rjan90 mentioned this pull request Dec 3, 2025
8 tasks
rjan90 added a commit that referenced this pull request Dec 3, 2025
* fix(docker): upgrade base image from ubuntu:20.04 to ubuntu:22.04 (#13441)

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

* chore: prep changelog Lotus v1.34.3

chore: prep changelog Lotus v1.34.3
rjan90 added a commit that referenced this pull request Dec 4, 2025
* fix(docker): upgrade base image from ubuntu:20.04 to ubuntu:22.04 (#13441)

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

* chore: prep changelog Lotus v1.34.3

chore: prep changelog Lotus v1.34.3
rjan90 added a commit that referenced this pull request Dec 4, 2025
…ter (#13451)

* build: release Lotus Node and Miner v1.34.2 (#13439)

* build: release Lotus Node v1.34.3 (#13450)

* fix(docker): upgrade base image from ubuntu:20.04 to ubuntu:22.04 (#13441)

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility

* chore: prep changelog Lotus v1.34.3

chore: prep changelog Lotus v1.34.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

3 participants