Skip to content

fix: add DEBIAN_FRONTEND=noninteractive and 128GB OS disk#38

Merged
abrichr merged 2 commits into
mainfrom
fix/docker-persistent-storage-v2
Feb 24, 2026
Merged

fix: add DEBIAN_FRONTEND=noninteractive and 128GB OS disk#38
abrichr merged 2 commits into
mainfrom
fix/docker-persistent-storage-v2

Conversation

@abrichr
Copy link
Copy Markdown
Member

@abrichr abrichr commented Feb 24, 2026

Summary

Follow-up to #37. Fixes two issues found during pool-create:

  • Add DEBIAN_FRONTEND=noninteractive to all Docker setup scripts to prevent debconf: Dialog frontend failures on non-interactive SSH
  • Add --os-disk-size-gb 128 to the az vm create CLI path (SDK path already had disk_size_gb: 128 from fix: use persistent storage for Docker data-root #37)
  • Fix socat install in WAA start script with same DEBIAN_FRONTEND setting

Test plan

  • All 280 tests pass
  • pool-create --workers 1 succeeds with Docker installed and 128GB disk

🤖 Generated with Claude Code

abrichr and others added 2 commits February 24, 2026 10:40
Docker install failed with debconf Dialog frontend error on non-interactive
SSH sessions. Also add --os-disk-size-gb 128 to the az CLI create path
(SDK path already had it).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abrichr abrichr force-pushed the fix/docker-persistent-storage-v2 branch from 51fa5f2 to 2865e57 Compare February 24, 2026 15:42
@abrichr abrichr merged commit 9cf161a into main Feb 24, 2026
1 check passed
@abrichr abrichr deleted the fix/docker-persistent-storage-v2 branch February 28, 2026 14:53
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