- 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
14 lines
365 B
Text
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
|