Add comprehensive documentation and improve container configuration

- Add technical report on Debian atomic image creation
- Add Fedora tools bootable instructions and implementation report
- Add apt-tool blocking implementation documentation
- Add environment configuration example
- Update .gitignore with better artifact blocking
- Update justfile and Containerfile configurations
- Improve variants configuration for debian-bootc-base
This commit is contained in:
robojerk 2025-08-19 20:51:01 -07:00
parent af2678743e
commit a207949d9f
8 changed files with 1377 additions and 42 deletions

14
env.example Normal file
View file

@ -0,0 +1,14 @@
# Registry Configuration
# Copy this file to .env and fill in your actual credentials
# Your registry URL
REGISTRY_URL=git.raines.xyz/robojerk
# Your username for the registry
REGISTRY_USERNAME=robojerk
# Your password or token for the registry
REGISTRY_PASSWORD=your_password_here
# Optional: Registry email (if required)
REGISTRY_EMAIL=your_email@example.com