Skip to content

Use VFS storage driver locally#1720

Merged
djmb merged 1 commit intomainfrom
vfs-in-deployer
Nov 26, 2025
Merged

Use VFS storage driver locally#1720
djmb merged 1 commit intomainfrom
vfs-in-deployer

Conversation

@djmb
Copy link
Collaborator

@djmb djmb commented Nov 26, 2025

Changes in Docker 29 mean that we can't use the overlayfs storage driver inside Docker as the outer container already uses overlayfs and Linux doesn't support nesting.

Instead we'll use the VFS storage driver for local testing. We don't do this on GitHub Actions - there's we've instead got the outer Docker using vfs already and that seem to run the tests more quickly.

Changes in Docker 29 mean that we can't use the overlayfs storage driver
inside Docker as the outer container already uses overlayfs and Linux
doesn't support nesting.

Instead we'll use the VFS storage driver for local testing. We don't
do this on GitHub Actions - there's we've instead got the outer Docker
using vfs already and that seem to run the tests more quickly.
@djmb djmb merged commit 9063b9a into main Nov 26, 2025
10 checks passed
@djmb djmb deleted the vfs-in-deployer branch November 26, 2025 08:36
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.

1 participant