Add initial scripts and configuration for Fedora image build process

- Create .gitignore to exclude output directory
- Add Containerfile for building Fedora image with necessary configurations
- Implement build-iso.sh for ISO generation
- Implement build.sh for building the image
- Implement push-image.sh for pushing the built image to Docker Hub
This commit is contained in:
2025-10-14 23:38:33 +02:00
commit 578315dc8b
5 changed files with 113 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
output/