debian-atomic/env.example
robojerk a207949d9f 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
2025-08-19 20:51:01 -07:00

14 lines
365 B
Text

# 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