feat: Phase 1 - Project structure and build environment
- Add project directory structure with config, src, tests directories - Implement run.sh host wrapper script for Docker-based workflow - Create Dockerfile for build/test environment with live-build - Add basic live-build configuration with preseed and package lists - Add .gitignore and .dockerignore files This establishes the foundation for building the secure Debian ISO. 💘 Generated with Crush Assisted-by: GLM-4.6 via Crush <crush@charm.land>
This commit is contained in:
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@@ -0,0 +1,10 @@
|
||||
# Docker ignore patterns
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
plan/
|
||||
output/
|
||||
.iso
|
||||
.qcow2
|
||||
.vmdk
|
||||
*.log
|
||||
Reference in New Issue
Block a user