Skip to content

Comments

👷 Relocate Docker storage to LVM volume in CI#3282

Merged
AndreMiras merged 1 commit intodevelopfrom
feature/docker-storage-relocation-ci-fix
Feb 22, 2026
Merged

👷 Relocate Docker storage to LVM volume in CI#3282
AndreMiras merged 1 commit intodevelopfrom
feature/docker-storage-relocation-ci-fix

Conversation

@AndreMiras
Copy link
Member

Reconfigure Docker's data-root to use the LVM volume created by maximize-build-space, fixing recurring "no space left on device" CI failures. Reduce root-reserve-mb from 30 GB to 4 GB since Docker data no longer resides on root filesystem.

The relocation step runs after checkout to avoid permission errors during workspace cleanup, and docker-data is excluded from .dockerignore to prevent it being sent as build context.

Reconfigure Docker's data-root to use the LVM volume created by
maximize-build-space, fixing recurring "no space left on device"
CI failures. Reduce root-reserve-mb from 30 GB to 4 GB since
Docker data no longer resides on root filesystem.

The relocation step runs after checkout to avoid permission
errors during workspace cleanup, and docker-data is excluded
from .dockerignore to prevent it being sent as build context.
@AndreMiras AndreMiras marked this pull request as ready for review February 21, 2026 21:17
@AndreMiras AndreMiras merged commit 6e558e4 into develop Feb 22, 2026
85 checks passed
@AndreMiras AndreMiras deleted the feature/docker-storage-relocation-ci-fix branch February 22, 2026 08:07
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