Skip to content

fix(devcontainer): disable moby for Docker-in-Docker on trixie - #1710

Merged
jaredwray merged 1 commit into
feature/tags-for-getOrSetfrom
fix/devcontainer-dind-moby-pr
Aug 28, 2026
Merged

fix(devcontainer): disable moby for Docker-in-Docker on trixie#1710
jaredwray merged 1 commit into
feature/tags-for-getOrSetfrom
fix/devcontainer-dind-moby-pr

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Summary

This PR fixes Codespaces/devcontainer creation failures caused by the Docker-in-Docker feature defaulting to moby on Debian trixie-based images.

Changes

  • Update .devcontainer/devcontainer.json
  • Set "ghcr.io/devcontainers/features/docker-in-docker:4" option "moby": false

Why

Container creation failed with:

  • The 'moby' option is not supported on debian 'trixie' ...

Setting moby to false uses a supported install path and prevents the startup failure.

Validation

  • Verified fix is scoped to .devcontainer/devcontainer.json only.
  • Commit: ef83b94

@jaredwray
jaredwray merged commit 7944c24 into feature/tags-for-getOrSet Aug 28, 2026
5 checks passed
@jaredwray
jaredwray deleted the fix/devcontainer-dind-moby-pr branch August 28, 2026 03:02
jaredwray added a commit that referenced this pull request Aug 28, 2026
* feat(cacheable): support tag invalidation in getOrSet

Add tags to GetOrSetFunctionOptions and forward them to set when a
value is computed on a cache miss. Add regression coverage and update
the documentation with tag-based getOrSet usage.

* cacheable - fix stale secondary backfill race

* cacheable - complete tags for getOrSet

Add controller cleanup coverage and documentation, and make the devcontainer bootstrap support Docker, user-writable Corepack shims, and NVM's .nvmrc behavior.

* fix(devcontainer): disable moby for docker-in-docker on trixie (#1710)

* test(cacheable): cover non-blocking secondary miss

* test(cacheable): cover discarded batched backfills

---------

Co-authored-by: Jared Wray <me@jaredwray.com>
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