Skip to content

fix: update pinned libsystemd-dev version in containerd Dockerfile#41

Merged
electrocucaracha merged 2 commits intomasterfrom
copilot/fix-functional-test
Mar 14, 2026
Merged

fix: update pinned libsystemd-dev version in containerd Dockerfile#41
electrocucaracha merged 2 commits intomasterfrom
copilot/fix-functional-test

Conversation

Copy link
Contributor

Copilot AI commented Mar 14, 2026

libsystemd-dev=255.4-1ubuntu8.11 was removed from Ubuntu Noble repos, causing the containerd Docker build to fail.

Change

  • deployment/containerd/Dockerfile: bump libsystemd-dev from 255.4-1ubuntu8.11255.4-1ubuntu8.12

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

…buntu8.12

Co-authored-by: electrocucaracha <2782150+electrocucaracha@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix functional test in k8s-WASM-demo fix: update pinned libsystemd-dev version in containerd Dockerfile Mar 14, 2026
Copilot AI requested a review from electrocucaracha March 14, 2026 22:33
@electrocucaracha electrocucaracha marked this pull request as ready for review March 14, 2026 22:39
@qodo-code-review
Copy link

Review Summary by Qodo

Update libsystemd-dev version in containerd Dockerfile

🐞 Bug fix

Grey Divider

Walkthroughs

Description
• Update libsystemd-dev version in containerd Dockerfile
• Resolves build failure due to removed package version
Diagram
flowchart LR
  A["containerd Dockerfile"] -- "bump libsystemd-dev version" --> B["255.4-1ubuntu8.12"]
  C["255.4-1ubuntu8.11 removed"] -- "causes build failure" --> A
Loading

Grey Divider

File Changes

1. deployment/containerd/Dockerfile 🐞 Bug fix +1/-1

Bump libsystemd-dev to 255.4-1ubuntu8.12

• Updated libsystemd-dev package version from 255.4-1ubuntu8.11 to 255.4-1ubuntu8.12
• Fixes build failure caused by unavailable package version in Ubuntu Noble repositories

deployment/containerd/Dockerfile


Grey Divider

Qodo Logo

@qodo-code-review
Copy link

qodo-code-review bot commented Mar 14, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@electrocucaracha electrocucaracha merged commit 2f3256c into master Mar 14, 2026
2 checks passed
@electrocucaracha electrocucaracha deleted the copilot/fix-functional-test branch March 14, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants