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:
@@ -69,14 +69,14 @@ The workspace contains ~56 upstream application repositories including:
|
||||
### Using the Workspace
|
||||
|
||||
1. **Source Access**: All upstream sources are available in `Docker/[appname]/`
|
||||
2. **Development**: Use the `tsys-cloudron-packaging` container for all work
|
||||
2. **Development**: Use the `KNELCloudron-packaging` container for all work
|
||||
3. **Package Creation**: Create packages in separate temporary directories
|
||||
4. **Git Exclusion**: All upstream sources are gitignored to keep repository clean
|
||||
|
||||
### Container Development
|
||||
```bash
|
||||
# Access development container
|
||||
docker exec -it tsys-cloudron-packaging bash
|
||||
docker exec -it KNELCloudron-packaging bash
|
||||
|
||||
# Navigate to workspace
|
||||
cd /workspace
|
||||
|
Reference in New Issue
Block a user