feat(infra): rename packaging container to KNELCloudron-packaging and add TODO tracking

- Rename packaging container from tsys-cloudron-packaging to KNELCloudron-packaging
- Update image reference to git.knownelement.com/knel/knelcloudron-packaging:latest
- Add TODO.md with active tasks and backlog items
- Add todo-generate.sh and todo-update.sh helper scripts
- Update PackagingForCloudronWorkspace/README.md with workspace details
This commit is contained in:
2025-10-17 09:41:27 -05:00
parent 52439d8f37
commit 8d270bb289
7 changed files with 76 additions and 9 deletions

11
TODO.md Normal file
View File

@@ -0,0 +1,11 @@
# TODO
## Active
- [x] Confirm packaging container/image rename (`scripts/packaging-up.sh`, `scripts/packaging-enter.sh`, `scripts/packaging-exec.sh`) by rebuilding under the `KNELCloudron-packaging` name and validating workflow scripts. (2025-10-17)
- [ ] Push updated base packaging image `git.knownelement.com/knel/knelcloudron-packaging:latest` to the registry once tested inside the container.
- [ ] Publish the curated shortlist of target FLOSS apps absent from the Cloudron store and agree on a packaging order.
- [ ] Add explicit documentation about the `KNELCloudron-` Docker artifact prefix in `README.md` and packaging templates.
## Backlog
- [ ] Explore automation to scaffold `CloudronManifest.json` files from upstream metadata within the packaging container.
- [ ] Prototype a containerized smoke-test harness for validating packaged apps via `scripts/packaging-exec.sh`.