Skip to content

fix(docker): restore apt cleanup chaining in cluster image#702

Merged
pimlock merged 1 commit intomainfrom
fix/cluster-image-apt-chain
Mar 31, 2026
Merged

fix(docker): restore apt cleanup chaining in cluster image#702
pimlock merged 1 commit intomainfrom
fix/cluster-image-apt-chain

Conversation

@pimlock
Copy link
Copy Markdown
Collaborator

@pimlock pimlock commented Mar 31, 2026

Summary

Restore the missing && before rm -rf /var/lib/apt/lists/* in the cluster image's NVIDIA toolkit install step. Without it, rm -rf is parsed as extra apt-get install arguments and the cluster image build fails in CI.

Related Issue

Fixes the build failure introduced after #503 merged.

Changes

  • add the missing shell chaining operator in deploy/docker/Dockerfile.images
  • keep the cluster image package list unchanged; this only fixes the broken RUN command

Testing

  • mise run pre-commit passes
  • Local cluster image build passes

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (not applicable)

@pimlock pimlock requested a review from a team as a code owner March 31, 2026 15:48
@pimlock pimlock merged commit 0eebbc8 into main Mar 31, 2026
10 checks passed
@pimlock pimlock deleted the fix/cluster-image-apt-chain branch March 31, 2026 15:55
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.

3 participants