3 Commits

Author SHA1 Message Date
d79768d00b Fix S2I assemble script - correct app files copy path
- Update assemble script to copy from /tmp/src/app/* to /opt/app-root/src/app/
- Fix build error where app files were not copied correctly
- Ensure S2I build process can locate and copy application files
2025-10-04 09:18:19 -03:00
06f41c789b Fix S2I assemble script - correct requirements.txt path
- Update assemble script to use /tmp/src/requirements.txt
- Fix build error where requirements.txt was not found
- Ensure S2I build process can locate dependencies correctly
2025-10-04 09:17:22 -03:00
34f4993510 Add S2I support and cleanup unused files
- Add complete Source-to-Image (S2I) deployment support
- Create .s2i/ directory with assemble/run scripts and environment config
- Add openshift-s2i.yaml template for S2I deployment
- Add scripts/deploy-s2i.sh for automated S2I deployment
- Add README-S2I.md with comprehensive S2I documentation
- Update README.md and AIAgents-Support.md with S2I information
- Clean up unused files: Dockerfile.simple, HTML backups, daemonset files
- Remove unused Makefile and openshift-git-deploy.yaml
- Update kustomization.yaml to use deployment instead of daemonset
- Update undeploy-complete.sh to remove deployment instead of daemonset
- Maintain clean and organized codebase structure
2025-10-04 08:38:55 -03:00