Skip to content

feat: add operator-approved custom image profiles#35

Merged
vicotrbb merged 2 commits into
mainfrom
codex/custom-workspace-images
Jul 23, 2026
Merged

feat: add operator-approved custom image profiles#35
vicotrbb merged 2 commits into
mainfrom
codex/custom-workspace-images

Conversation

@vicotrbb

Copy link
Copy Markdown
Owner

Summary

  • add Helm-managed, operator-approved custom image profiles for hardened service sidecars and vetted workspace derivatives
  • expose catalog selection through the API, CLI, and dashboard, and pin the resolved profile throughout lifecycle reconciliation
  • enforce non-root high-port sidecars without credentials, PVC mounts, capabilities, or Kubernetes API access; add a safe NGINX fixture and Kind coverage
  • document the configuration, architecture, API, CLI, operations, troubleshooting, and image-authoring contract
  • harden Insights database-size collection against a SQLite WAL cleanup race found during end-to-end validation

Closes #34

Validation

  • make lint
  • make test (155 controller tests; 25 CLI tests)
  • make helm
  • hardened local NGINX container test
  • full Kind end-to-end test via scripts/kind-e2e.sh

@vicotrbb
vicotrbb marked this pull request as ready for review July 23, 2026 15:51
@vicotrbb
vicotrbb merged commit 30ae427 into main Jul 23, 2026
9 checks passed
@vicotrbb
vicotrbb deleted the codex/custom-workspace-images branch July 23, 2026 15:51
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.

feature: Support custom workspace images via CLI (devbox create --image)

1 participant