From 621438a87602f49fb3af9dbd5021b95072f2a396 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 31 Jan 2026 23:22:22 +0000 Subject: [PATCH] docs: update TODO with container image progress - Added container images section (core-images) - Tracked dual-registry workflow (GHCR + Docker Hub) - Added core CLI issue #50 (linuxkit flags) - Added DOCKERHUB_TOKEN rotation reminder Co-Authored-By: Claude Opus 4.5 --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO.md b/TODO.md index 462352e..6427387 100644 --- a/TODO.md +++ b/TODO.md @@ -42,6 +42,16 @@ - [x] core docs sync tested - [x] free-tier-services.md +### Container Images (core-images) +- [x] docker-compose.yml + devcontainer.json (packages/ mount) +- [x] Dual-registry workflow: GHCR + Docker Hub (lthn/*) +- [x] DOCKERHUB_USERNAME/TOKEN secrets (org-wide) +- [ ] Fix Dockerfile Python build (#2 - tiktoken, tree-sitter) +- [ ] Merge dev → main to publish images + +### Core CLI Issues +- [x] #50 - linuxkit double-dash flags fix + ## 🔲 Pending (Core CLI Issues Created) - [ ] #46 - docs sync ignores packages_dir @@ -54,5 +64,6 @@ - [ ] Merge dev → main on repos to deploy docs - [ ] Recruit first 10 contributors - [ ] Rotate PROJECT_TOKEN (was shared in chat) +- [ ] Rotate DOCKERHUB_TOKEN (was shared in chat) - [x] Add workflow to remaining PHP repos (8 repos) - [ ] Set up external OSS project scanning